voice campaign

API Docs by APIMATIC

Voice Campaign

Initiated outbound voice campaign

Fields

NameDescription
id Required
Number

Unique identifier of the call

status Required
String

Current status of the call
Default: pending

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": "pending",
  "timestamp": "2021-08-03T09:04:12Z",
  "caller_id": "1234567890",
  "contact": "1234567890"
}