Webhooks introduction
DroidSender posts each event to your server as it happens.
Each event you pick is delivered by POST, in JSON, to the URL you give.
The life of a message
| Event | When it fires |
|---|---|
received | an SMS arrived at the device |
sent | the device handed the message to the network |
delivered | the carrier confirmed delivery to the recipient |
failed | the send failed, with the reason |
opted_out | the recipient replied STOP and was added to the suppression list |