voicecampaign
Initiated outbound voice campaign
Name | Description |
---|---|
id Required | Number Unique identifier of the call |
status Required | String Current status of the call |
timestamp Required | DateTime Date and time when the calls was initiated |
caller_id Required | String The phone number on your Wavix account used as Caller ID |
contact Required | String The phone number the call was placed to |
{
"id": 2321423,
"status": null,
"timestamp": "2021-08-03T09:04:12.000Z",
"caller_id": "1234567890",
"contact": "1234567890"
}