Webhooks
API: http://localhost:3000
Add New Webhook
Configured Webhooks
0 webhooksLoading...
Test Webhook
Send a test notification to verify your webhook is working correctly.
Webhook Payload Format
{
"event": "lead.new",
"lead": {
"id": "abc123",
"lqi": 85,
"source": "reddit"
},
"timestamp": "2025-01-15T10:30:00Z"
}