Skip to content

Instantly share code, notes, and snippets.

@mapero

mapero/README.md Secret

Created February 10, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapero/7894e70d51856267edfc to your computer and use it in GitHub Desktop.
Save mapero/7894e70d51856267edfc to your computer and use it in GitHub Desktop.
Simple hangout example

This is a minimal version of a hangouts conversation using node-red-contrib-hangouts.

[{"id":"992612e.f66d9f","type":"hangouts-config","z":"e59733cf.1a68d","name":"","debug":false},{"id":"c0ca86c9.3f3578","type":"hangouts-in","z":"e59733cf.1a68d","config":"992612e.f66d9f","name":"","topic":"","senders":"","suppress":true,"x":162,"y":315,"wires":[["8ac45720.753ba8","bb323196.44cdd"]]},{"id":"bb323196.44cdd","type":"debug","z":"e59733cf.1a68d","name":"","active":true,"console":"false","complete":"true","x":636,"y":205,"wires":[]},{"id":"8ac45720.753ba8","type":"template","z":"e59733cf.1a68d","name":"Echo","field":"payload","format":"handlebars","template":"This is the payload: {{payload}} !","x":461,"y":317,"wires":[["514ee004.aeb12"]]},{"id":"514ee004.aeb12","type":"hangouts-out","z":"e59733cf.1a68d","config":"992612e.f66d9f","name":"","recipients":"","x":774,"y":320,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment