Skip to content

response_feedback Webhook Event Reference

Updated: Oct 8, 2024

This event will be sent to your webhook when a user provides feedback on a message on Messenger. Users provide feedback by clicking the "thumbs up"/"thumbs down" buttons or by pressing the "Good response"/"Bad response" buttons. You can subscribe to this callback by selecting the response_feedback field when setting up your webhook.

By subscribing to the 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.

User Experience

Once you subscribe to the response_feedback webhook event, users will see the feedback options in thread in the two following ways:

Thumbs up and thumbs down buttons
Messenger business chat thread with thumbs up and thumbs down feedback buttons below a bot message

Good response and bad response buttons in long press menu

Messenger message long press menu showing Good response and Bad response feedback options

Once the user successfully submits the feedback, they will see the following submission confirmation:

Messenger business chat thread with a Submitted confirmation overlay and checkmark after feedback is sent

Example

{
   "sender":{
      "id":"<PSID>"
   },
   "recipient":{
      "id":"<PAGE_ID>"
   },
   "timestamp":1458668856463,
   "response_feedback":{
         "feedback": "Good response | Bad response",
         "mid": "<Message-id>",
   }
}

Properties

sender

sender FieldDescription
id stringThe Page-scoped ID for the person who sent a message to your business

recipient

recipient FieldDescription
id stringThe ID for your Facebook Page

response_feedback

PropertyTypeDescription
feedbackstringFeedback, provided by the user, on the business message. Possible values: Good response, Bad response
midstringReference to the

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About