response_feedback
Webhook Event ReferenceThis 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.
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 | Good response and bad response buttons in long press menu | Once the user successfully submits the feedback, they will see the following submission confirmation: |
{ "sender":{ "id":"<PSID>" }, "recipient":{ "id":"<PAGE_ID>" }, "timestamp":1458668856463, "response_feedback":{ "feedback": "Good response | Bad response", "mid": "<Message-id>", } }
sender
속성 | 유형 | 설명 |
---|---|---|
| 문자열 | Webhook 이벤트를 트리거한 사용자의 PSID입니다. |
| 문자열 | Webhook 이벤트를 트리거한 사용자의 user_ref입니다. 채팅 플러그인의 Webhook 이벤트에만 사용할 수 있습니다. |
recipient
속성 | 유형 | 설명 |
---|---|---|
| 문자열 | 페이지 ID입니다. |
response_feedback
Property | Type | Description |
---|---|---|
| string | Feedback, provided by the user, on the business message. Possible values: |
| string | Reference to the |