Bulk Add Customers
Customers
Bulk Add Customers
Add multiple customer records to an existing campaign in a single request with optional call initiation.
Bulk Add Customers
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Body Parameters
Target campaign ID. The campaign must already exist.
Array of customer objects. Maximum 10,000 records per request. The required fields depend on your campaign’s service type.
- Debt Collection
- Lead Generation
Use this structure if you are managing existing loans.
If
true, initiates calls for all successfully added customers. Requires callConfig. Calls are triggered in batches of 500 after all records are added. Cannot be true if useWorkflow is true.Required when
initiateCall is true.If
true, triggers workflow execution asynchronously for all successfully added customers. Cannot be true if initiateCall is true.Response
true if all records were added successfully, false if any failed.Summary of the operation result.
Detailed breakdown of the operation.
Call initiation results. Only present when
initiateCall was true.Whether workflow execution was triggered for successfully added customers. Only present when
useWorkflow was true.Response Status Codes:
201— All records added successfully207— Partial success (some added, some failed)400— All records failed or validation error

