response_feedback field when setting up your webhook.response_feedback field for a particular page, all messages sent by your app on behalf of that page will have the response feedback options in the message thread. If you do not want those options in the thread, you can unsubscribe from the webhook field.


{
"sender":{
"id":"<PSID>"
},
"recipient":{
"id":"<PAGE_ID>"
},
"timestamp":1458668856463,
"response_feedback":{
"feedback": "Good response | Bad response",
"mid": "<Message-id>",
}
}
sendersender Field
| Description |
|---|---|
id string | The Page-scoped ID for the person who sent a message to your business |
recipientrecipient Field
| Description |
|---|---|
id string | The ID for your Facebook Page |
response_feedback| Property | Type | Description |
|---|---|---|
feedback | string | Feedback, provided by the user, on the business message. Possible values: Good response, Bad response |
mid | string | Reference to the |