Ngừng hoạt động một phầnshare-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
Đã hỏi khoảng 2 tháng trước
Câu trả lời được chọn
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

2 tháng 10 lúc 10:26
Munashe