Skip to content

How to set up webhooks

Developers 1:15
Watch on YouTube

Webhooks tell another system when something happens in your workspace. Every delivery is logged with its response, failures are retried, and a signing secret lets you verify each one is genuine.

  1. 1 Open Integrations, then Webhooks, and add an endpoint with your URL.
  2. 2 Pick the events to subscribe to, such as file uploaded, share created or member joined.
  3. 3 Copy the signing secret; it is shown once, and you use it to verify each delivery.
  4. 4 Send a test event and find it in the log with its response.
  5. 5 Check the log for failed deliveries; they are retried and every attempt is listed.

Keep going