IVR (Inbound)
Initiate IVR Call
This endpoint initiates an IVR call to a destination number.
<strong>HTTP Request</strong>
POST https://api.mnotify.com/api/initiate-ivr-call?key=YOUR_API_KEY"
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i>This endpoint starts an Interactive Voice Response (IVR) session with the specified destination number.</p>post/initiate-ivr-call
Query parameters
keystring required
Your enabled api key
Request body
Example request
{
"fromNumber": "233501234567",
"toNumber": "233541234567",
"uuid": "abc123",
"uniqueId": "xyz789"
}Response
Success
InitiateIVRCall required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.