How to send whatsapp message with multiple sim cards(chips)

Hey guys.

I have an automation that when receiving information through the webhook, a message is sent to the customer’s WhatsApp, but it is sent via a single chip.

I would like to use more than 1 chip, for example, when receiving information via webhook from 3 people, I don’t want just a single chip to send it to the 3 people, but for each chip to send a message.

How can I do this automation?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

WhatsApp API does not use the cellular network. All you need to use is to set the proper sender number.
image

image
No. I use an API to send WhatsApp messages. At the moment only 1 number is sending, and I want to add 2 more numbers to send as well.

1 Like

Managed to solve?
Any suggestion?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.