Hi,
New in n8n here. Recently switched from Zapier. I have a question.
I have a workflow when my Netlify build fails it hits my n8n webhook. After i get an email about failed deploy.
The problem is that there is no auth now. So anyone can hit my webhook. I want this webhook to be only for Netlify. In Netlify options there is jwt token section. So it seems i can send jwt token along with post hook. But i don’t know how to use this information in my n8n workflow.
Are there any examples how can I receive and auth jwt tokens with my webhook node?