Skip to content

Commit 993cf10

Browse files
committed
more cleanup [netlify-build]
1 parent 5c9dda9 commit 993cf10

File tree

1 file changed

+4
-4
lines changed
  • src/connections/destinations/catalog/actions-webhook-extensible

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ Before you can enable the new destination, you'll first need to choose an authen
5151
- Client Secret
5252
- Access Token URL
5353
- Refresh Token URL (usually the same as the Access Token URL)
54-
- Scope
54+
- Scopes
5555
4. Save the settings, then click **Connect** to activate the connection.
5656

5757
You've now completed setup, and your destination is ready for event mapping and data configuration.
5858

59-
## 3. Mapping and data configuration (optional)
59+
## 3. Mapping and data configuration
6060

6161
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:
6262

@@ -68,7 +68,7 @@ With authentication in place, you can now define how data flows from Segment to
6868
- 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.
6969
- (Optional) Use a [destination insert function](/docs/connections/functions/insert-functions/) to transform the payload according to the API specification.
7070
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.
7272
- **Headers**: Add required headers (for example, `content-type`, which is required, defaults to `application/json`).
7373
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).
7474
8. Click **Save**, then click **Next**.
@@ -80,7 +80,7 @@ Your mapping is now enabled. Go to the next section to finish setup.
8080

8181
Follow these steps to enable your new destination:
8282

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.
8484
2. Toggle **Enable Destination** to on, then click **Save Changes**.
8585

8686
Your Extensible Webhooks destination is now set up and ready to send data to your webhook endpoints.

0 commit comments

Comments
 (0)