Skip to main content
Leads are phone numbers (with optional metadata) attached to a campaign. All leads are automatically scrubbed against the TRAI DNC registry at ingestion time — leads flagged as DND are marked but not rejected.

Push a single lead

Request body

Scope: leads:write  |  Status: 201 Created
Phone numbers are validated as Indian numbers. International numbers are rejected with a 422 validation error.

Bulk push leads

Push up to 500 leads in a single request. Invalid or duplicate leads are counted in the response but do not fail the request.

Response

Scope: leads:write  |  Status: 200 OK

DND scrubbing

Every lead is automatically checked against the TRAI DNC registry at ingestion. Leads flagged as DND get dnd_checked: true and dnd_clean: false — they will not be dialed but remain visible in the campaign for audit. This is a regulatory requirement and cannot be disabled.

Errors