Webhooks

API: http://localhost:3000

Add New Webhook

Only send leads with LQI ≥ this value

Comma-separated, leave empty for all

Configured Webhooks

0 webhooks
Loading...

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"
}