Weird error with Facebook Messenger Platform/bot Welcome Confugration

后端 未结 4 1867
孤独总比滥情好
孤独总比滥情好 2021-02-05 10:35

I\'m getting a weird error while configuring welcome message for my Messenger bot. I\'ve been using the same code (as shown below) and it has just been working fine until last n

4条回答
  •  心在旅途
    2021-02-05 10:45

    The docs are now updated, you need to define your payload in payload parameter now (a UTF-8 encoded string), eg:

    "call_to_actions":[
        {
          "payload":"USER_DEFINED_PAYLOAD"
        }
    ]
    

提交回复
热议问题