How It Works
1
Configure webhook URL
Enter your endpoint URL. 24GO sends a test payload to verify connectivity.
2
Choose events and filters
Select which events trigger webhooks: new lead, intent change, status update.
3
Receive data in real-time
Your endpoint receives JSON payloads with full lead data on every event.
Features
✓ JSON webhook delivery on lead events
✓ Custom headers and authentication
✓ Retry logic with exponential backoff
✓ Event filtering (by intent, status, group)
✓ Template payloads for Zapier/Make/n8n
✓ Full payload documentation
FAQ
What's in the webhook payload?▼
Each webhook includes: lead ID, username, message, intent score, group source, timestamp, and custom fields.
Can I use this with Zapier?▼
Yes. Use Zapier's Webhooks by Zapier module as the trigger. We provide a pre-built template.
What happens if my endpoint is down?▼
24GO retries with exponential backoff (up to 5 attempts over 1 hour). Failed webhooks are logged.