Skip to content

Webhooks

Webhooks push events from Cavyro to any URL you choose, so your backend, Zapier, Make, or n8n can react the moment something happens.

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.

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.

Automations can also send webhooks as an action, including Slack and Discord formatted messages, with full control over when they fire. See Automations.