How to set up webhooks
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 Open Integrations, then Webhooks, and add an endpoint with your URL.
- 2 Pick the events to subscribe to, such as file uploaded, share created or member joined.
- 3 Copy the signing secret; it is shown once, and you use it to verify each delivery.
- 4 Send a test event and find it in the log with its response.
- 5 Check the log for failed deliveries; they are retried and every attempt is listed.
When a file lands, something else should happen. Webhooks do that.
Open Integrations, Webhooks, and add an endpoint. Paste your URL.
Pick the events. File uploaded, share created, member joined.
The signing secret is shown once. Use it to verify every delivery.
Send a test event. It shows up in the log with the response.
Failed deliveries are retried, and every attempt is listed here.