initiate a call request

API Docs by APIMATIC

Initiate a Call Request

Describes parameters required to initiate a call

Fields

NameDescription
callflow_id Required
Number

Unique identifier of the Call flow to be launched. You can find it on the Calls flows page. Note that every scenario must be pre-approved by the Wavix Service Operations team before it can be used in production.

caller_id Required
String

A phone number on your Wavix account. Will be used as Caller ID when placing an outbound call.

contact Required
String

A phone number to place an outbound the call to

{
  "callflow_id": 8282,
  "caller_id": "1234567890",
  "contact": "1234567890"
}