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. Sms
  3. Marketing SMS

Marketing SMS CallBack

dr who pushes marketing SMS via get request

PreviousScheduled Marketing SMSNextOTP SMS

Last updated 11 days ago

Request method GET

Example

Your webhook?
smsId=d3b0axxxxx070fb4dce8
&sendTime=1734509284831
&sendResult=SUCCESS
&smsCount=1&dr=000
&destination=002348xxxxx5348

Dr Params

parameter
type
remark

smsId

string

The unique identifier returned after the SMS is submitted

destination

String

Recipient number

sendTime

long

Time when the short message is sent (system millisecond value)

sendResult

String

The result returned after SMS submission

dr

String

status report returned after the SMS is sent

smsCount

int

SMS billing number

What are webhooks ?