| Method | POST |
|---|---|
| Endpoint | https://{{host}}/api/1.1/public/{{IID}}/campaign/contactList/addContacts |
| Content-Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | Campaign Management |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
IId | The Application ID. | string, required |
Sample Request
Headers
| Header | Description | Required/Optional |
|---|---|---|
auth | JWT token for authentication. | required |
iid | The Application Id. | required |
accountId | The Account Id. | required |
Body Parameters
| Parameter | Description | Type |
|---|---|---|
contact_list_name | Name of the contact list to which the data is being added. Must match an existing or target list. | string, required |
data | Array of contact records to be imported into the list. Each object typically represents one contact entry. | array[object], required |
data[].phoneNumber | Phone number of the contact. Must be a valid number in international or local format depending on platform rules. | string, required |
Sample Response
Response Body Parameters
| Parameter | Description | Type |
|---|---|---|
message | Success message. Indicates queued operation. | string |