Skip to content

Commit 893186b

Browse files
authored
got carried away with copy
1 parent 35c64ea commit 893186b

File tree

1 file changed

+0
-30
lines changed
  • src/connections/destinations/catalog/actions-webhook

1 file changed

+0
-30
lines changed

src/connections/destinations/catalog/actions-webhook/index.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,6 @@ Segment's Webhooks (Actions) destination uses internet protocol and HTTP callbac
2828

2929
In Webhook Actions mapping, the default value of batch size is `1000`. You can change this value, but there's a maximum batch size limit of `4000`.
3030

31-
---
32-
title: Webhooks (Actions) Destination
33-
hide-boilerplate: true
34-
hide-dossier: false
35-
id: 614a3c7d791c91c41bae7599
36-
versions:
37-
- name: 'Webhooks (Classic)'
38-
link: '/docs/connections/destinations/catalog/webhooks'
39-
---
40-
41-
{% include content/plan-grid.md name="actions" %}
42-
43-
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.
44-
45-
## Getting Started
46-
47-
1. From the Segment web app, navigate to **Connections > Catalog**.
48-
2. Search for **Webhooks (Actions)** in the Destinations Catalog, and select the destination.
49-
3. Click **Configure Webhooks (Actions)**.
50-
4. Select the source that will send data to Webhooks (Actions) and follow the steps to name your destination.
51-
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.
52-
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.
53-
7. Enable the destination and configured mappings.
54-
55-
{% include components/actions-fields.html settings="true"%}
56-
57-
## Batch size limits
58-
59-
In Webhook Actions mapping, the default value of batch size is `1000`. You can change this value, but there's a maximum batch size limit of `4000`.
60-
6131
## FAQs
6232

6333
### Why is a Webhooks (Actions) Destination helpful with end-to-end tests?

0 commit comments

Comments
 (0)