使用个人号码与 Nodejs 发送 WhatsApp 消息

Sending WhatsApp Messages using personal number with Nodejs

我可以使用 Twilio 通过我的个人号码在 WhatsApp 上发送消息吗?在他们的文档中,他们提到他们提供自己的通讯号码,但我们可以以某种方式使用我们自己的个人号码吗? 如果没有,是否有任何其他服务提供商(甚至黑客)可以用来做同样的事情。 基本上,我想创建一个脚本来祝我的朋友在 WhatsApp 上生日快乐。

However, in order to use your own WhatsApp brand, phone number(s), and message templates through Twilio, your use case must be reviewed and approved by WhatsApp. Twilio is working directly with WhatsApp to handle approvals for our customers. As of early 2019, approvals are in limited availability, so many customers are still testing with the Sandbox.

twilio whatsapp docs 中引起我注意的内容。

我想你现在应该坚持使用 twilio 设置的沙箱环境,并且对于发送生日祝福它应该很好,因为它每天有 1000 个独立用户的限制。

希望对您有所帮助。