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. The card appears after your workspace has a webhook
secret.
Use the secret
Send the secret as a Bearer token in theAuthorization header on requests to any of your
workspace’s webhook ingestion URLs. For example, Authorization: Bearer <your-secret>.
Default rejects requests without the correct secret.
View and copy the secret
Default hides the secret and shows it 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. 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. Update every system that sends webhooks to your workspace so their
requests keep authenticating.