Skip to content

Commit ca4ec68

Browse files
authored
formatting stuff
1 parent 38d326f commit ca4ec68

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ 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-
## Shared Secret with Batching
31+
## Shared secret with batching
3232

33-
If you have batching enabled and are using a shared secret to authenticate your requests, Segment signs the _first_ event in the batch rather than the whole batch. When verifying the `X-Signature` header in your code, please ensure you're only signing the first event in the batch to match the signature with what Segment creates.
33+
If you have batching enabled and are using a shared secret to authenticate your requests, Segment signs the _first_ event in the batch rather than the whole batch. When verifying the `X-Signature` header in your code, ensure you're only signing the first event in the batch to match the signature with what Segment creates.
3434

3535
## FAQs
3636

0 commit comments

Comments
 (0)