简体   繁体   English

在没有 webhook 的情况下阅读 whatsapp api 云消息

[英]Read whatsapp api cloud messages without a webhook

I'm starting to learn how to use the new whatsapp cloud api (and api web services in general), I successfuly tested the provided glitch application, but and I would like to know if the webhook is strictly necessary, I mean, I know is used to configure automatic behaviours and responses, but is there a way to read received messages without a webhook?我开始学习如何使用新的whatsapp cloud api(和一般的api web服务),我成功地测试了提供的故障应用程序,但是我想知道webhook是否是绝对必要的,我的意思是,我知道用于配置自动行为和响应,但是有没有办法在没有 webhook 的情况下读取收到的消息? perhaps with a GET request to a certain URL?也许对某个 URL 的 GET 请求?

actually no that's the only where to get updates and messages to your server, you'd have to subscribe to the webhook events.实际上不,这是获取服务器更新和消息的唯一地方,您必须订阅 webhook 事件。 this is according to the cloud API documentation这是根据云 API 文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM