Create Call Flow
Create a new call flow
GET or POST Request
curl -X POST https://v1.api19.com/dids/callflow/create\
-d 'callflow_name=my+call_flow' \
-d 'key=your-api-key'{"status":"ok","call_flow_id":"31888"}
Message is your newly created callflow ID{'status': 'error', 'error':'callflow name exists'}Last updated