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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ Before you can enable the new destination, you'll first need to choose an authen
51
51
- Client Secret
52
52
- Access Token URL
53
53
- Refresh Token URL (usually the same as the Access Token URL)
54
-
-Scope
54
+
-Scopes
55
55
4. Save the settings, then click **Connect** to activate the connection.
56
56
57
57
You've now completed setup, and your destination is ready for event mapping and data configuration.
58
58
59
-
## 3. Mapping and data configuration (optional)
59
+
## 3. Mapping and data configuration
60
60
61
61
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:
62
62
@@ -68,7 +68,7 @@ With authentication in place, you can now define how data flows from Segment to
68
68
- 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.
69
69
- (Optional) Use a [destination insert function](/docs/connections/functions/insert-functions/) to transform the payload according to the API specification.
70
70
6. Configure optional parameters:
71
-
-**Batch size**: Specify batch size if the API supports batching entire payloads.
71
+
-**Batch size**: Specify the batch size if the API supports batching entire payloads.
72
72
-**Headers**: Add required headers (for example, `content-type`, which is required, defaults to `application/json`).
73
73
7. Send a test event to validate the setup. Segment logs the response from your destination so that you can debug any errors (which are usually related to the payload configuration or authentication issues).
74
74
8. Click **Save**, then click **Next**.
@@ -80,7 +80,7 @@ Your mapping is now enabled. Go to the next section to finish setup.
80
80
81
81
Follow these steps to enable your new destination:
82
82
83
-
1. Return to the **Basic Settings** in your destination's **Settings** tab.
83
+
1. Return to **Basic Settings** in your destination's **Settings** tab.
84
84
2. Toggle **Enable Destination** to on, then click **Save Changes**.
85
85
86
86
Your Extensible Webhooks destination is now set up and ready to send data to your webhook endpoints.
0 commit comments