部分中斷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