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.
Updated almost 4 years ago