Outgoing Voice Brodcast API's
Normal Voice call survey
1min
This API will help you in 2 ways:
- Trigger event-based voice calls on a specific number. You can use it according to your event. Use cases include: voice call for app past data logs, voice call upon user login to your platform, voice call upon entry or exit from a specific area, etc.
- Trigger event-based voice calls on a specific number to receive feedback. If the user presses any key between 0 to 9, the same API can capture the pressed key and store it in the system to display on the platform.
GET
Request
Header Parameters
msisdn
required
Number
End destination user mobile number .
maximum_retry
required
String
The value for the number of call retries, in case any call is not picked, it will retry again as per your retry count. Please ensure that the default value remains a maximum of 2.
retry_time
required
String
It refers to the time gap between retries of a specific call, for example, mention "30" for a retry after 30 minutes.
deskphone
required
Number
Assigned Calling number or DID of that particular account ( for example-0120xxxx)
baseloc
required
String
base location path of the voice prompt url. It should be hosted in your server starting from your domain name.
welcome_prompt
required
String
voice prompt clip name. Clip should be in mono, 16 pcm, 8000 hz and in .wav format.
Updated 30 Dec 2023
Did this page help you?