Risposte

I webhooks sono un semplice strumento per ricevere informazioni sulla ricezione dei messaggi e sulle risposte. Per ricevere le risposte ai tuoi messaggi, devi creare un webhook MO. 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",
	"message": "Webhooks are awesome!",
	"from": "41781234567",
	"account_id": "1234",
	"last_message_id": "your_gsmsmsid"
}
		
	
date La data di ricezione
message Il messaggio di risposta
from Il numero di telefono associato
account_id The associated account id
last_message_id The id you passed in the argument gsmssmsid when you sent the message