Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Payload is not working for Messenger

I am trying to add suggestion chips in dialog flow to be used in Facebook Messenger. But it is not Working which i am unable to understand

Here is my Custom Payload

{
  "facebook": {
    "attachment": {
      "type": "suggestion_chips",
        "title": "title",
      "suggestions": [  "chip 1" ," chip 2"]
    }
  }
}

Thanks in Advance

like image 902
Umer Avatar asked Mar 10 '26 04:03

Umer


1 Answers

In Facebook Messenger Custom payload can only use to integrate Audio Video and File. Not for the suggestion chips.

Alternatively, We can use messenger Quick replies as Suggested answers.

like image 165
Umer Avatar answered Mar 12 '26 21:03

Umer