Payload
The platform ID of the newly created contact. Fetch full details with
GET /v1/contacts/{id}.How the contact was created:
API, LANDING_PAGE, IMPORT, or MANUAL.Fired when a single contact is created via the API or the dashboard.
{
"id": "evt_xxxxx",
"event": "contact.created",
"timestamp": "2026-03-28T09:00:00Z",
"data": {
"contact_id": "c_a1b2c3d4",
"source": "API",
"created_at": "2026-03-28T09:00:00Z"
}
}
GET /v1/contacts/{id}.API, LANDING_PAGE, IMPORT, or MANUAL.