最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Webhook not receiving messages in WhatsApp Cloud API - Stack Overflow

programmeradmin0浏览0评论

I've set up a webhook for the WhatsApp Cloud API and am encountering issues with receiving messages. Despite the webhook being correctly verified and successfully receiving test messages from the dashboard, it fails to receive actual WhatsApp messages sent to the business number.

Here's what I've verified so far:

curl -X POST '.0/wa-business-id/subscribed_apps'
{"success":true}

The phone number's status:

curl '.0/phone-number-id'
{"verified_name":"name","code_verification_status":"VERIFIED","display_phone_number":"number","quality_rating":"UNKNOWN","platform_type":"NOT_APPLICABLE","throughput":{"level":"NOT_APPLICABLE"},"webhook_configuration":{"application":"my-webhook"},"id":"id"}

I suspect the issue might be related to using the same mobile number for receiving WhatsApp messages for the business. Could this be interfering with the webhook's ability to receive messages?

Any suggestions or insights on further troubleshooting steps would be greatly appreciated!

发布评论

评论列表(0)

  1. 暂无评论