Stops
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 stops to your messages, you have to create a STOP Webhook. We'll then push the stops through a POST HTTP request with a JSON string in the body (raw) as follows:
STOPS
{
"date": "2024-11-21T09:42:27+01:00"
"message": "Stop SMS",
"from": "33612345678",
"account_id": "1234",
"last_message_id": "your_gsmsmsid"
}
date | The reception date |
message | The received message |
from | The associated phone number |
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