You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Segment's Webhooks (Actions) destination uses internet protocol and HTTP callback to submit real-time user data to your own HTTP endpoints. With this destination, you can POST, PUT, or PATCH data to any webhook URL.
16
+
17
+
> info ""
18
+
> The Webhooks (Actions) destination is in beta and is in active development. Some functionality may change before it becomes generally available.
19
+
20
+
## Getting Started
21
+
22
+
1. From the Segment web app, navigate to **Connections > Catalog**.
23
+
2. Search for **Webhooks (Actions)** in the Destinations Catalog, and select the destination.
24
+
3. Click **Configure Webhooks (Actions)**.
25
+
4. Select the source that will send data to Webhooks (Actions) and follow the steps to name your destination.
26
+
5. If you require authentication, add in a shared secret on the **Settings** > **Advanced Settings** tab. If you provide a shared secret, Segment will sign requests with an HMAC in the "X-Signature" request header. The HMAC is a hex-encoded SHA1 hash generated using the shared secret and the request body.
27
+
6. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customize-mappings). You can create up to 5 mappings, each of which can send to a different webhook URL.
28
+
7. Enable the destination and configured mappings.
29
+
30
+
{% include components/actions-fields.html settings="true"%}
0 commit comments