Risposte
There's a Request Log available for you on our plateforme to help you set your webhooks.
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+02:00",
"message": "Webhooks are awesome!",
"from": "33612345678",
"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 |
Gli indirizzi IP dei nostri server
Potresti dover autorizzare sul tuo firewall gli indirizzi IP dei nostri server per permetterci di inviarti richieste. Ecco la lista degli indirizzi IP dei nostri server
- 163.172.210.135
- 163.172.210.137
- 51.159.7.123
- 51.159.21.54