Stops

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":"2017-08-07T13:01:29+02:00",
	"message": "Stop SMS",
	"from": "41781234567",
  "account_id": "1234",
  "last_message_id": "your_gsmsmsid"
}
		
	
date The reception date
message The received message
from The associated phone number