Attributes
Sending SMS with HTTP POST is one of the mechanisms most used by developers to integrate the sending of bulk SMS into their systems through an SMS API.
Body "raw" SMS with HTTP POST is one of the mechanisms most used by developers to integrate the sending of bulk SMS into their systems through an SMS API.
Attribute | Type | Description |
---|---|---|
from | String | sender Id |
body | String | My message |
to | String | country code + phone number |
Last updated