sending and reading whatsapps on groups from node-red.

Using whin, now you can write / read whatsapps to/from whatsapp's groups.

A simple video shows the set up process with the flow attached. You can watch the video here: https://youtu.be/lCmoay0G86M

[{"id":"bc1081a6b57cfc49","type":"debug","z":"a2b5a95f0173aba2","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":740,"y":920,"wires":[]},{"id":"7801cb451d36396a","type":"whin-send","z":"a2b5a95f0173aba2","name":"","auth":"8ca5bee63f59f76d","x":550,"y":920,"wires":[["bc1081a6b57cfc49"]]},{"id":"e8fc5e3a6f222588","type":"inject","z":"a2b5a95f0173aba2","name":"whatsapp group","props":[{"p":"payload"},{"p":"gid","v":"the_group_id_goes_here","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"text\":\"hello group from node-red\"}","payloadType":"json","x":340,"y":920,"wires":[["7801cb451d36396a"]]},{"id":"bf5e17c01cfefc5f","type":"whin-receive","z":"a2b5a95f0173aba2","name":"","auth":"8ca5bee63f59f76d","x":550,"y":1020,"wires":[["bc1081a6b57cfc49"]]},{"id":"8ca5bee63f59f76d","type":"whin-config","name":"whin","apikey":"your-apikey-goes-here"}]

Flow Info

Created 2 years, 8 months ago
Rating: 5 1

Owner

Actions

Rate:

Node Types

Core
  • debug (x1)
  • inject (x1)
Other
  • whin-config (x1)
  • whin-receive (x1)
  • whin-send (x1)

Tags

  • whatsapp
  • group
  • whin
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option