Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When sending a message with the messages api call you have some different options. On this page you can see some examples of how to use the different options.

Format

GSM

Sending a normal message

...

Code Block
javascript
javascript
{
  "message":{
    "recipients": "+4512345678",
    "sender": "TEST",
    "message": "01062D1F2B6170706C69636174696F6E2F782D7761702D70726F762E62726F777365722D626F6F6B6D61726B730081EA01016A0045C67F0187151103436F6F6C534D53000187171103687474703A2F2F636F6F6C736D732E636F6D00010101",
    "format": "BINARY",
    "udh": "0C05040B8423F00504C34FC002"
  }
}

WAPPUSH (Deprecated) 

Not all new Smartphones supports WAP, so this feature is not recommended for general use.

Send a link that is opened on the phone

...