Hi
I am currently sending SMS messages using your 4G SMS API:
POST
https://api.monogoto.io/api/v1/things/sms/sendSMS/<ICCID>
Authorization: Bearer Token
Body:
{
"from": "sender",
"message": "textual message"
}
The response I receive is as follows:
{
"message": "SMS was sent from hub to Thing.",
"iccid": "<ICCID>"
}
I have reviewed the documentation and understand that the webhook feature is designed for endpoints that return a requestId
(like /thing/{ThingId}/sms
). However, I do not use those endpoints; I am sending SMS via the above API.
Could you please confirm if it is possible to receive delivery status notifications via webhook for SMS messages sent using this API? If not, are there any alternative methods to track the final delivery status of these messages?
Thank you for your assistance.
Best regards
Carlos