WAHA + n8n for Low-Code WhatsApp Automation!
Show post
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/