Text

Text message examples shown for each supported platform

All examples below must be sent within the body field of a message as shown below

{
 "receiver": {
   "contacts": [
     {
       "identifierValue": "+31612345678"
     }
   ]
 },
 "body": {...}
}

Single text message

Message Body

{
  "type": "text",
  "text": {
    "text": "Single text message"
  }
}

SMS

WhatsApp

Google RCS

Facebook

Instagram

Line

Single text message with actions

Single text message with reply actions

Message Body

WhatsApp

Google RCS

Facebook

Instagram

Line

Single text message with postback actions

Message Body

WhatsApp

Google RCS

Facebook

Instagram

Line

Single text message with postback and reply actions

Message Body

WhatsApp

Google RCS

Facebook

Instagram

Line

Last updated

Was this helpful?