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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-webhook-extensible/index.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,12 @@ You've now completed setup, and your destination is ready for event mapping and
49
49
50
50
With authentication in place, you can now define how data flows from Segment to your webhook endpoints. Follow these steps to configure mappings and test the setup:
51
51
52
-
1. From your destination's setting page, click **Mappings**, then **+New Mapping**.
52
+
1. From your destination's settings page, click **Mappings**, then **+New Mapping**.
53
53
2. On the Activate data screen, select the action you want to use.
54
54
3. Define your event trigger, then click **Load Test Event From Source**.
55
55
4. In the Map field section, define the API endpoint (URL) and the HTTP method (`POST`, `PATCH`, `PUT`).
56
56
5. Map payload fields:
57
-
- Map individual fields or select a specific object from a test event.
57
+
- Map individual fields or select a specific object from a test event. Segment supports batching the entire payload but not specific objects within the payload.
58
58
- (Optional) Use a [destination insert function](/docs/connections/functions/insert-functions/) to transform the payload according to the API specification.
59
59
6. Configure optional parameters:
60
60
-**Batch size**: Specify batch size if the API supports batching entire payloads.
@@ -63,20 +63,19 @@ With authentication in place, you can now define how data flows from Segment to
63
63
8. Click **Save**, then click **Next**.
64
64
9. Give your mapping a name, then click **Save and enable**.
65
65
66
-
Your mapping is now enabled.
66
+
Your mapping is now enabled. Go to the next section to finish setup.
67
67
68
-
> **Note**: Segment supports batching the entire payload but not specific objects within the payload.
68
+
## 4. Enable the destination
69
69
70
-
## Known limitations
70
+
Follow these steps to enable your new destination:
71
71
72
-
-**Token Expiration Issue**: If a token expires before a test event is sent, the test event may fail with a 401 error. Workarounds include:
73
-
1. Using the **Event Tester** to validate connections.
74
-
2. Reconnecting OAuth by editing and saving settings to fetch a new token.
75
-
76
-
## Enabling the destination
72
+
1. Return to the **Basic Settings** in your destination's **Settings** tab.
73
+
2. Toggle **Enable Destination** to on, then click **Save Changes**.
77
74
78
-
1. Enable the destination in the **Settings** page if it is not already enabled.
79
-
2. Save the configuration to ensure "Extensible Webhooks" is live.
75
+
Your Extensible Webhooks destination is now set up and ready to send data to your webhook endpoints.
80
76
81
-
Congratulations! Your Extensible Webhooks destination is now set up and ready to send data to your webhook endpoints.
77
+
## Troubleshooting
82
78
79
+
-**Token Expiration Issue**: If a token expires before a test event is sent, the test event may fail with a 401 error. Workarounds include:
80
+
1. Using the **Event Tester** to validate connections.
81
+
2. Reconnecting OAuth by editing and saving settings to fetch a new token.
0 commit comments