Sending a Pre-set Message

You can use this to send a pre-defined message within the bot platform. You will need the message ID which can be found in the URL bar when on the editing screen of that message within the Bot Platform.

{
  "recipient": {
    "id": "USER_ID"
  },
  "message": {
    "id": "@BP:MESSAGE:4182"
  }
}