| Method | POST |
|---|---|
| Endpoint | https://{{host}}/campaign/api/v2/public/{{botId}}/campaign/{{campaignInstanceId}}/callContactAt |
| Content-Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | Campaign Management |
Headers Parameters
| Parameter | Description | Type |
|---|---|---|
auth | JWT token for authentication. | string, required |
iid | The Application identifier. | string, required |
accountId | The Account identifier. | string, required |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
campaignInstanceId | Unique identifier of the specific campaign instance. | string, required |
Body Parameters
| Parameter | Description | Type |
|---|---|---|
campaignDialingListId | Unique identifier of the contact in the campaign. Use it to link the current call attempt to the original call. | string, required |
timeToContact | The time when the user wants to be called back. | string, required |
Sample Request
Sample Response
Response Body Parameters
| Parameter | Description | Type |
|---|---|---|
campaignDialingListId | Unique identifier for the campaign. | string |
success | The status of the campaign dialling. | string |
reason | Reason for the failure. | string |