AC
Acme Co. ↓
Webhooks
Subscribe to events from your workspace
Active subscriptions
| URL | Events | Success (24h) | Status | |
|---|---|---|---|---|
| https://app.acme.co/hooks/leadgen | lead.surfaced +3 more | 412 / 412 | active | |
| https://app.acme.co/hooks/followup | reply.detected +2 more | 86 / 86 | active | |
| https://acme.zapier-hooks.com/... | deal.stage.changed | 214 / 218 | active | |
| https://internal.acme.co/sync | *.all | 0 / 24 | auth error |
Payload example · lead.surfaced
// POST /your-webhook-url { "event": "lead.surfaced", "workspace_id": "wks_acme", "data": { "lead_id": "led_abc123", "company": "Vertex Robotics", "fit_score": 94, "signals": ["funding.b", "hiring.eng_mgr"] }, "timestamp": "2026-05-22T18:30:00Z" }
Signed with HMAC-SHA256 in X-LeadGen-Signature header.
Delivery settings
Pause subscription after 24h of failures