I’ve recently installed Node-Red on my home server, which is a good tool for simple automation. I’ve used it to configure some automation to send out Whatsapp messages in some Whatsapp groups as reminders for the members of the groups.
To enable Whatsapp in Node Red, I install this additional Node called node-red-contrib-whatsapp-link. One major reason for me to use it is because it does not require any third party APIs or any subscription to use it. It can simply link to your whatsapp account and you can use Node-Red to decide what to do with the message received, or to send out any message to a person or a Whatsapp group.
However, while using this Node, I face a few issue, and I will share on how I solve each of the issue in this article.