Skip to main content

Uniphore Customer Portal

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

domainIdentifier

Unique Key is a combination of tenantId+account+domain+environmentName.

You can create the domainIdentifier by executing the Create or Update Domain Properties API.

Required

language

The language of the call conversation.

Required

fromPhoneNumber

The Phone number of the caller.

Required

toPhoneNumber

The Phone number of the call recipient.

Required

Query Parameter

Parameter Name

Description

Required/Optional

apikey

apikey is a static key used for authorizing the user to execute the API.

Reach out to Platform or U-Self Serve Team for obtain apikey <static_key>.

Required