Send Sms
Send Sms to different destinations.
Headers
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
live
, sandbox
Body
Array of destinations number with country code (+44...) or in international format (0044 ...)
"[\"+3300000000\",\"+330000001\"]"
Message content
"my message"
Merchant name
"my company"
Webhook Url
"https://my.webhook.target"
Response
unique identifier for the sms.
"sms_QIVmCKgbOAcXm4BbVt15H"
Identifier of the merchant that send the sms
"1"
name of the merchant that send the sms
"my_company"
Number of the recipient with country code (+44...) or in international format (0044 ...)
"+33600000000"
Number of Sms sent , depending on the message length (1 sms per 160 character)
"7"
Message content
"My message"
Status of the sms
"received"
Datetime in UTC timezone at which the sms was created. Follows theDatetime ISO.
"2021-08-19 11:00:31.225+00"
Datetime in UTC timezone at which the sms was sent. Follows theDatetime ISO.
"2021-08-19 11:00:31.229+00"
Datetime in UTC timezone at which the sms was received. Follows theDatetime ISO.
"2021-08-19 11:00:32.225+00"
Object describing the failure
"{\"FailureCause\": \"not_delivered\",\n \"message\":\"Le message a été envoyé mais n'a pas pu être délivré.\"\n }"