Webhook SMS
Webhook allows you to get callback push API to your server, whenever there is an incoming message for your verified number.
You need to set the Webhook URL within the 99 Digital dashboard.
Settings:
URL | Your URL |
Method | POST (form-data body) |
With every incoming message, you will receive the following:
{
"message": "Reply back",
"date": "09/03/21 10:25:32",
"from": "0501234567",
"to": "0534444323"
}
Response-Explain:
Parameter | Description / Example |
|---|---|
message | The message that was sent from the user |
date | The time it was sent |
from | Sender number. |
to | The number it was sent to (your verified number). |