SMS forwarding#
Deliver SMS from MAP to HTTP/HTTPS.
Warning
This webhook requires special setup, please contact [email protected]
Payload#
Field | Type | Description |
---|---|---|
fromMsisdn | String | E164 MSISDN, e.g. +4593709603 |
toMsisdn | String | E164 MSISDN, e.g. +4593709603 |
messageText | String |
Example
{
"fromMsisdn": "+4593709603",
"toMsisdn": "+4523964803",
"messageText": "Hello. This is a message."
}