Send a pre-recorded call
POST
https://api.hamkaran.cloud/api/hamkaran/v1/send-pre-recordedThis API allows users to initiate a call from a specified source to a destination and play a pre-recorded audio message. By sending a request to this endpoint, the system will dial the destination number and play the specified audio file, ensuring the message is delivered accurately. This functionality is part of Hamkaran Cloud's advanced cloud telephony solutions, empowering organizations to streamline their communication processes and automate important announcements. It's particularly useful for scenarios such as delivering automated reminders, notifications, or welcome messages.
Request
Header Params
key
string
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
dest
string
required
src
string
required
audio
string
required
Example:
844-001
Request samples
Responses
Response(200)
HTTP Code: 200
Content Type : HTMLtext/html
Examplesuccessfully Response
{
"msg": "Originate successfully queued",
"code": "1",
"actionIDUuid": "26bb94f1-ed45-4ebb-99d7-765b85ce2dda"
}
Last modified: 4 months ago