Setup an Outbound Voice Call in Twilio
For initiating an outbound call, make a GET request to the following URL:
Example URL
https://localhost.port/outbound/domainIdentifier/{domainIdentifier}/language/{language}/fromPhoneNumber/{fromPhoneNumber}/toPhoneNumber/{toPhoneNumber}?apikey=<static_key>
Example URL for Platform Users
https://localhost.port/tcr/outbound/domainIdentifnier/{domainIdentifier}/language/{language}/fromPhoneNumber/{fromPhoneNumber}/toPhoneNumber/{toPhoneNumber}?apikey=<static_key>
Path Parameter
Parameter Name | Description | Required/Optional |
---|---|---|
| Unique Key is a combination of You can create the | Required |
| The language of the call conversation. | Required |
| The Phone number of the caller. | Required |
| The Phone number of the call recipient. | Required |
Query Parameter
Parameter Name | Description | Required/Optional |
---|---|---|
|
Reach out to Platform or U-Self Serve Team for obtain | Required |