AdvancedNotifyRequest
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
PhoneNumberToDial |
The phone number to call. It can be in any format, as long as there are 10 digits. To dial an extension, add "x" followed by the extension. |
String |
9135550101; 9135550102; 9135550104 |
TransferNumber |
The phone number that the call will be transferred to if the call recipient presses 0. Transfer behavior can be further modified with TextToSay commands. |
String |
7575449515 |
VoiceID |
The text-to-speech voice ID. |
Integer |
2 |
CallerID |
The number to display on the receiving party's Caller ID. |
String |
7575449510 |
CallerIDName |
The name to display on the receiving party's Caller ID. (Not commonly used, because most carriers will use their own directory assistance to display name information.) |
String |
Esendex Services |
TextToSay |
The text-to-speech text or combination of text-to-speech and script to be read to the receiving party. |
String |
Hello, this is a sample call from Phone Notify. |
LicenseKey |
Your license key, which is required to invoke this web service. |
String |
f01d89fd-5155-5455-5585-e84ab8de8591 |
TryCount |
The number of times to attempt dialing if the initial call is unanswered or busy. |
Integer |
2 |
NextTryInSeconds |
The number of seconds to wait until the next retry is performed if the original call is unanswered or busy. We recommend waiting at least 60 seconds. |
Integer |
3600 |
UTCScheduledDateTime |
The date and time at which to send the call. This is specified as Coordinated Universal Time (UTC). |
DateTime |
2020-11-17T08:25:08.336Z |
TTSRate |
The speed that text-to-speech (TTS) will use when speaking the text. The value ranges from 0 to 20 (10 being normal). This can also be controlled within the |
UnsignedByte |
7 |
TTSVolume |
The volume that text-to-speech (TTS) will use when speaking the text. The value ranges from 0 to 100 (100 is the default). This can also be controlled within the |
UnsignedByte |
90 |
MaxCallLength |
The maximum time duration of the call. We suggest you do not change this unless you absolutely need to. |
Integer |
|
StatusChangePostUrl |
The URL to post call status changes to. The URL must be in lowercase. The system posts |
String |
https://receive.esendex.us/callprogress.aspx |