A simple webhook + n8n guide

This commit is contained in:
jokob-sk
2023-01-06 22:19:17 +11:00
committed by GitHub
parent 46e57af6dd
commit 59967dd1f0

12
docs/WEBHOOK_N8N.md Normal file
View File

@@ -0,0 +1,12 @@
### Create a simple n8n workflow
![n8n workflow](https://i.imgur.com/2EGrQjt.png)
### Specify your email template
See [sample JSON](https://github.com/jokob-sk/Pi.Alert/blob/main/docs/webhook_json_sample.json) if you want to see the JSON paths used in the email template below
![Email template](https://i.imgur.com/kcVjGm1.png)
### Get your webhook in n8n
![n8n webhook URL](https://i.imgur.com/clN8eE5.png)
### Configure PiAlert to point to the above URL
![PiAlert config](https://i.imgur.com/rowJCC7.png)