WAHA + n8n for Low-Code WhatsApp Automation!
Hey folks!
Drag and drop your WhatsApp workflow and run it with No Code (actually it's Low Code, just for SEO purpose mentioned this 😂 ) 🚀
Here's useful links for you to get started:
- WAHA + n8n - basic information about integration
- @devlikeapro/n8n-nodes-waha - n8n community node
- @devlikeapro/n8n-nodes-waha - n8n community node
- WAHA n8n Workflow Templates - ready to use n8n templates for you!
Thank you all for you support, you're the best! 🫶
Mahesh Palamuttath
there is no API key for core. then how it will be connected to n8n server?
WAHA - WhatsApp HTTP API
Mahesh Palamuttath, Hi! You can just put "123" in Api Key, it'll accept any string there.
WAHA - WhatsApp HTTP API
Techically, n8n connects to WAHA and WAHA send webhooks back (you need to configure WAHA session to do that)
Mahesh Palamuttath
I have done everything, but not responding when I send a mesaage to the connected wa session
WAHA - WhatsApp HTTP API
Mahesh Palamuttath, Hi! When you run the WAHA node in n8n manually - what does it say? Could you attach the screenshot?
WAHA - WhatsApp HTTP API
Mahesh Palamuttath, keep in mind if your run WAHA and n8n on the same server using docker - it's not possible to connect to WAHA with "http://localhost:3000" from n8n, because "localhost" means different thing in n8n container (it's n8n itself) For that setup you need to either setup them on different servers or configure docker-compose properly to link them or run it with both service (the same exist in docker-compose)
docker run .. --network host ...
https://docs.docker.com/engine/network/tutorials/host/
docker run .. --network host ...
https://docs.docker.com/engine/network/tutorials/host/