ANT
  • Introduction
    • Authentication
    • Number
    • Errors
    • Rate Limits
  • ANT API
    • Balance
      • Retrieve balance
    • Sms
      • Marketing SMS
        • Send Marketing SMS
        • Send Bulk Marketing SMS
        • Scheduled Marketing SMS
        • Marketing SMS CallBack
      • 🔥OTP SMS
        • Send OTP SMS
        • OTP SMS CallBack
        • ⭐OTP Backfill Interface
      • Notification SMS
        • Send Notification SMS
        • Send Bulk Notification SMS
        • Scheduled Notification SMS
        • Notification SMS CallBack
    • Voip
      • IVR
        • IVR File Upload
        • IVR Task
        • IVR Callback
      • Call
        • Call the phone
        • Call record callback
    • Phone Number Validation
      • HLR Sever
      • Check Number Status
  • Webhooks
    • Test Webhooks
  • Demo
    • Java Demo
Powered by GitBook
On this page
  • Request method GET
  • What are webhooks ?
  • Dr Params
  1. ANT API
  2. Voip
  3. IVR

IVR Callback

dr who pushes IVR via get request

PreviousIVR TaskNextCall

Last updated 11 days ago

Request method GET

Example

Your webhook?
taskId=632b9exxxxxxxx42d3c4094c44a5&
callId=911748db3bcxxxxxxxx13ae0346&
ivrId=1&callee=00628xxxxxx341&
startTime=1670989700014&
endTime=1670989717626&
duration=5&
endReason=0&
endDirection=2&
addTime=167098969449

Dr Params

parameter
type
remark

staskId

string

task id

callId

String

call id

ivrId

String

ivr id

callee

String

phone number

startTime

long

start time timestamp

endTime

long

end time timestamp

duration

int

talk time

endReason

int

hang up reason(0=answer)Others are SIP error codes

endDirection

int

Hang up direction(1=send,2=recv)

addTime

long

add time timestamp

What are webhooks ?