Create Campaign
Campaigns
Create Campaign
Create a new campaign with configuration and customer records.
Create Campaign
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Body Parameters
The name of the campaign.
A brief description of the campaign’s purpose.
The type of campaign (e.g.,
emi, edi, lead).The ID of the workflow to associate with this campaign.
Start date in
YYYY-MM-DD format.Start time in
HH:MM format (24-hour).End date in
YYYY-MM-DD format.End time in
HH:MM format (24-hour).List of languages supported in this campaign (e.g.,
["english", "hindi"]).Target region for the campaign (e.g.,
north).Tags for categorization (e.g.,
["priority", "q1"]).Array of customer objects. The required fields within these objects change based on your campaign focus.
Identifier RequirementDepending on your campaign type, you must provide either a
loan_id (for Debt Collection) or a lead_id (for Lead Generation). Requests missing both will return a 400 Bad Request.- Debt Collection
- Lead Generation
Use this structure if you are managing existing loans.
Response
Indicates if the creation was successful.
A confirmation message.
The error type or code (Error responses only).

