Add Customer
Customers
Add Customer
Add a single customer record to an existing campaign with optional immediate call initiation.
Add Customer
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Body Parameters
Target campaign ID. The campaign must already exist.
Customer data object. 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 a call to the customer immediately after adding. Requires callConfig. Cannot be true if useWorkflow is true.Required when
initiateCall is true.If
true, triggers workflow execution asynchronously. Cannot be true if initiateCall is true.Response
Indicates whether the request was successful.
A descriptive message about the result.
Details of the added customer.
Whether the call was successfully initiated. Only present when
initiateCall was true.Reason the call could not be initiated. Only present when
callInitiated is false.Whether the workflow execution was triggered. Only present when
useWorkflow was true.
