Properties

FieldTypeDescriptionRequired
fromstringThe sender name or ID.Yes
toarray of strings or stringAn array or string of recipient phone numbers.Yes
countryCodestringThe country code of the recipient's phone numbers.Yes
bodystringThe text message content.Yes
callbackstringThe callback URL to receive delivery status updatesNo
metadatastringAdditional metadata associated with the message.No

Sample Payload

{  
    "from": "Tracksend",  
    "countryCode":"234",  
    "to": "08075887474",  
    "body": "Thank you very much x2! testing <<name>>",  
    "callback": "http://example.com",  
    "metadata": "some-unique-string"  
}
{  
    "from": "Tracksend",  
    "countryCode":"234",  
    "to": ["08022881418", "07031464377", "09081710869"],  
    "body": "Thank you very much x2! testing <<name>>",  
    "callback": "https://790e-102-88-63-129.ngrok-free.app",  
    "metadata": "some-unique-string"  
}
Language
Authorization
Header