Create Call Flow

Create a new call flow

GET or POST Request

circle-info

https://v1.api19.com/dids/callflow/create

Send us a GET or POST request with your key and the numbers (in the URI as key or as http password)

Create a call flow with a specific call flow name.

Argument

Required

Type

callflow_name

no

int

key

yes

api_key

curl -X POST https://v1.api19.com/dids/callflow/create\
 -d 'callflow_name=my+call_flow' \
 -d 'key=your-api-key'

Responses

{"status":"ok","call_flow_id":"31888"}

Message is your newly created callflow ID

Last updated