部分的な機能停止share-external
Not able to configure webhook endpoint in WhatsApp Cloud API. It gives the error "The callback URL or verify token couldn't be validated. Please verify the provided information or try again later."
1

I'm not able to configure webhook endpoint in WhatsApp Cloud API. It gives the error "The callback URL or verify token couldn't be validated. Please verify the provided information or try again later."

Webhook endpoint: https://staging-api.yogiassociates.ca/rest/webhook/

Ahmed
質問日時: 約2ヶ月前
選択された回答
1

The issues seems to be the data type of the returned hub.challenge variable. Make sure you return it as and int or any numerical datatype instead of a string.

Took me a while to figure that one out

10月2日 10:26
Munashe