This event fires a single time when a bulk import job finishes successfully. You do not receive one webhook per imported contact.

Payload

{
  "id": "evt_xxxxx",
  "event": "contact.imported",
  "timestamp": "2026-03-28T09:05:00Z",
  "data": {
    "count": 1842,
    "imported_at": "2026-03-28T09:05:00Z"
  }
}
data.count
integer
Number of new contacts written. Skipped duplicates are not counted.