Sending a Simple Text Reply

To send a simple text reply, use the following code:

{
  "recipient": {
    "id": "USER_ID"
  },
  "message": {
    "text": "Hello world"
  }
}

Replace User_ID with the FBID when using Facebook Messenger or Workplace.

186