Send real-time app events to Zapier, Make, Slack, or any HTTP endpoint. Automate your entire business workflow.
1. Create Webhook
Fill in a name, paste your Zapier/Make URL, and select events to trigger.
2. Select Events
Choose which app events should fire the webhook (contact.created, deal.won, invoice.paid, etc.)
3. Test & Deploy
Send a test event, then watch your Zap or Scenario spring to life in real-time.
Connect to Zapier, Make, or any HTTP endpoint
Contact
Deal
Invoice
Installment
Workflow
Activity
No webhooks yet
Create one above to start sending events to external tools.
Zapier: Create Zap → Choose Webhooks → Catch Raw Hook
Copy your Zapier webhook URL and paste it above. Select events to trigger.
Make: Add Webhook Module → Copy URL
Paste into a new webhook above. Enable the deal.won event to trigger on closed deals.
Slack Bot: Use Webhook Data to Send Messages
Subscribe to deal.won, then in Zapier/Make add a Slack action to notify your team.
Contact
Deal
Invoice
Installment
Workflow
Activity
{
"id": "evt_1714070400000_abc123",
"timestamp": "2026-04-25T12:00:00Z",
"event": "deal.won",
"data": {
"entity_type": "Deal",
"entity_id": "deal_789",
"title": "Enterprise Plan - Acme Corp",
"value": 50000,
"stage": "closed_won"
}
}