Set Up Webhooks
Configure webhook endpoints to receive real-time notifications for document events.
Steps
- 1Go to Settings > Organization
/dashboard/settings/organizationor the Webhooks section. - 2Click "Add Webhook".
- 3Enter the URL that should receive webhook payloads.
- 4Select the events to subscribe to (invoice sent, paid, proposal accepted, etc.).
- 5Save the webhook — it is now active.
- 6Webhooks are HMAC-signed for security. Verify the signature on your server using the signing secret.
- 7Test the webhook by triggering an event (e.g., send an invoice).
- 8View webhook delivery history and retry failed deliveries.