Update Call Flow
Change the routing features of a call flow.
GET or POST Request
curl -X POST https://v1.api19.com/dids/callflow/update \
-d 'call_flow_id=444' \
-d 'e164=yes' \
-d 'voicemail_box=12345' \
-d 'ip_address_1=207.181.189.120' \
-d 'ip_address_2=192.168.1.100' \
-d 'ip_address_3=192.168.1.101' \
-d 'ip_address_4=192.168.1.102' \
-d 'sip_port=5060' \
-d 'make_default=no' \
-d 'key=your-api-key'Last updated