是否可以使用一个PhoneNumber开发多个WhatsApp机器人?

发布于 2025-01-30 23:41:26 字数 117 浏览 2 评论 0原文

WhatsApp刚刚发布了他们的API(终于!)
您必须确认声载体。我想知道您是否可以使用一个PhoneNumber创建多个WhatsApp机器人。或者,您需要为每个新机器人购买预付费卡以接收SMS并确认该号码。

Whatsapp just released their api (yeah FINALLY!)
You have to confirm a phonenumber. I was wondering if you could create multiple Whatsapp bots with one phonenumber. Or you would need to buy prepaid cards for each new bot to receive sms and confirm that number.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笛声青案梦长安 2025-02-06 23:41:26

每个机器人都应该有自己的号码。
当用户发送消息时,正确的机器人需要加载,这是不可能的,因为它无法猜测是预期的。

可能的解决方法是将所有机器人组合到一个机器人中,并使用“ bot Selection菜单”创建一个重定向阶段(显然是第一个)。
例如:

嗨,请选择正确的服务:

  1. 购物助手
  2. 日历
  3. 计时器
  4. 应用程序下载器

选择选项将加载请求的代理

Each bot should have it's own number.
When a user sends a message, the correct bot needs to load which is not possible, as it cannot guess which one was intended.

A possible workaround is to combine all bots into a single one and create a redirection phase (first one obviously) with a "bot selection menu".
For example:

Hi, please choose the correct service:

  1. shopping helper
  2. calendar
  3. timer
  4. app downloader

Choosing an option will load the requested agent

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文