I want to build a flow in n8n to connect Slack with WhatsApp. Specifically, I need to ensure that each WhatsApp number corresponds to a channel in Slack. Here are the requirements:
When a message is received in WhatsApp, check if there is an existing Slack channel corresponding to the WhatsApp number.
If a channel with the WhatsApp number already exists in Slack, do not create a new one.
If there is no channel with the WhatsApp number, create a new Slack channel for that number.
This flow will automate the creation and management of Slack channels based on incoming messages from WhatsApp.
I understand you want to know how to do it, but what is your exact question here?
Can you do it? Yes this should be possible to create it with n8n.
Can someone do it for you? Yes you can hire someone to do it for you.
Are you struggling doing it yourself? Then please let us know where you are stuck.
If it is generally using n8n, there is some course which will help you a lot. even some new video courses
Thanks for your response!
Here’s what I tried but i find no solution :
I want to connect slack with whatsapp to make any number will chat me a new channel will be created in my slack if he message again i will receive all in channel created before .
So i want to make each channel name will be same number in whatsapp
I made http request via api to get all channels but i stuck here how to reference all names in each object as you know response is array (to check array contains value)?
Also how to get data from action one when i’m in example in action 7 ?