Webhooks
Webhooks push events from Cavyro to any URL you choose, so your backend, Zapier, Make, or n8n can react the moment something happens.
Subscribing
Section titled “Subscribing”An admin creates a subscription with a URL, a label, and the event types to receive:
- Deals: created, updated, status changed, won, lost, moved between stages.
- Contacts and companies: created, updated.
Subscriptions can be deactivated without deleting them, and the list shows when each one last fired.
Verifying deliveries
Section titled “Verifying deliveries”Every subscription gets a secret. Deliveries are signed with it, so your endpoint can verify the call really came from Cavyro before trusting the payload.
Webhooks from automations
Section titled “Webhooks from automations”Automations can also send webhooks as an action, including Slack and Discord formatted messages, with full control over when they fire. See Automations.