Notification

Send out a Voice Notification message.

Recipes
🦉
Sending a Voice Notification
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Application flow

Voicemail detection

You can also determine the action when voicemail has been detected, by setting the property voicemail-response in your request. The following settings are supported:

ValueDescription
IgnoreDo not detect voicemail. Default value when voicemail-response is not set in your request.
RestartRestarts the whole prompt.
StopStops the call.
Body Params

Details of the notification instruction.

string | null

Optional string that allows you to uniquely identify the placed outbound call. Its value is also included
in the callback and Call Detail Records (CDRs).

string | null

The number to dial. When the number is invalid, the request will be rejected. Must be in valid international
E.164 format.

callees
array of strings | null

List of multiple numbers to dial. When the list contains one or more invalid numbers, the request will be
rejected. Must be in valid international E.164 format.

callees
string
required
length between 1 and 24

The caller ID to display on the recipient's phone. Must be in valid international E.164 format.

boolean

Indicates whether the caller ID should be hidden. Defaults to false.

uri | null

URL that will be called when the call is finished. The body of this POST request will contain details about
the call or calls.

int32 | null
10 to 60

Determines how long the Voice API will wait for the callee to answer the call. Cancels the ringing call
after the timeout period exceeded. Defaults to 60.

string
required
length between 1 and 750

The prompt to play. This can be either TTS or SSML, or the path to an audio file in your Voice Audio Manager.

string
enum

The type of the prompt, to distinguish between a filename and a string that needs to be tts-ed.

Allowed:
voice
object

The properties in this class are used to select the required TTS voice.

string
enum

The type that determines the flow of Voicemail detection.

Allowed:
int32 | null
0 to 3

The number of times the Notification can be replayed.

boolean | null

Whether to automatically replay the Notification. Defaults to false.

string | null

Optional prompt instructing the callee to press 1 to replay the Notification. This can be either TTS or
SSML, or the path to an audio file in your Voice Audio Manager.

string
enum

The type of the prompt, to distinguish between a filename and a string that needs to be tts-ed.

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json