File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# For more info visit https://www.vcloudinfo.com/click-here
44# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
55# -------------------------------------------------------------------
6- # n8n Discord Router - Route HA events to Discord via JoAnnaBot
6+ # n8n Discord Router - Route HA events to Discord
77# Central REST command into n8n's Discord routing webhook
88# -------------------------------------------------------------------
99# <No related GitHub issue>
1010# REST endpoint: n8n webhook /discord-router
1111# #####################################################################
12-
13- rest_command :
14- send_to_discord :
15- url : " http://192.168.10.69:5678/webhook/discord-router"
16- method : POST
17- content_type : " application/json"
18- payload : >
19- {
20- "topic": "{{ topic }}",
21- "message": "{{ message }}"
22- }
23-
You can’t perform that action at this time.
0 commit comments