Text Template

Text templates represent a plain text message that can be sent to the user, the message can be up to 640 characters in length. This template generally can be utilized to promote a coming discount or event.

{
  "message_id": "<MESSAGE_ID>",
  "messenger_delivery_data": {
    "subscription_token": "<SUBSCRIPTION_TOKEN>"
  },
  "message": {
    "text": "Add text message here."
  }
}