Open Settings from the Dock (the app bar at the bottom of the screen), then select
Webhook Secret under Workspace Settings. This page is available to admins, and the
card appears once your workspace has a webhook secret.
Use the secret
Send the secret as a Bearer token in theAuthorization header, for example
Authorization: Bearer <your-secret>, on requests to any of your workspace’s webhook
ingestion URLs. Requests sent without the correct secret are rejected.
View and copy the secret
The secret is hidden by default and shown as dots.1
Reveal it
Select the eye icon next to the secret to reveal it.
2
Copy it
Select the copy icon to copy the secret to your clipboard, then paste it into the
configuration of the system that sends your webhooks.
Rotate the secret
Rotating replaces the current secret with a new one. Use it if the secret may have been exposed.1
Select Rotate
Select Rotate. Default asks you to confirm with “Rotate webhook secret?”
2
Confirm
Select Rotate secret to confirm, or Cancel to back out. Default generates the new
secret and confirms with “Webhook secret rotated.”
3
Update your senders
Copy the new secret and update every system that sends webhooks to your workspace so their
requests keep authenticating.