Replies
There's a Request Log available for you on our plateforme to help you set your webhooks.
Webhooks are an easy way to receive information about the delivery of your campaign or the replies to your message.
To receive the replies to your messages, you have to create an MO Webhook. We'll then push the replies through a POST HTTP request with a JSON string in the body (raw) as follows:
MO
{
"date":"2024-11-21T09:50:46",
"message": "Webhooks are awesome!",
"from": "41781234567",
"account_id": "1234",
"last_message_id": "your_gsmsmsid"
}
date | The reception date |
message | The received message |
from | The associated phone number |
account_id | The associated account id |
last_message_id | The id you passed in the argument gsmssmsid when you sent the message |
Our servers IP addresses
You might have to authorize some IPs to your firewall in order to allow incoming requests from us. Here's the list of our servers IP addresses:
- 51.159.7.123
- 51.159.21.54