Replies

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":"2017-08-07T13:01:29+02:00",
	"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