Payload Example
{
"event": "lead_captured",
"site": { "id": 1, "name": "My Site", "domain": "example.com" },
"timestamp": "2026-03-26T12:00:00.000Z",
"data": {
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"phone": "+1-555-0123",
"company": "Acme Inc",
"lead_score": "hot"
}
}
Add this single line to your website's HTML, just before the closing </body> tag:
Works on any website — WordPress, Shopify, Squarespace, custom HTML, etc.