Using webhooks in n8n (parameters, responses and triggers)

preview_player
Показать описание
Basics of webhooks in n8n.

In this tutorial I cover:
1. Types of webhooks in n8n
2. Webhook parameters
3. How to redirect user to specific URL with webhooks in n8n
4. How to redirect user to HTML page generated in n8n
5. Triggering another workflow with webhook

Resources:

My other tutorials:

0:00 Part 1: Webhook types
0:28 Part 2: Parameters
1:02 Part 3: Redirect to URL
3:28 Part 4: Redirect to HTML
4:31 Part 5: Trigger another workflow
5:40 Ending
Рекомендации по теме
Комментарии
Автор

Appreciate the short to the point video covering most common use cases!

santi-leoni
Автор

Nice tips... Now I'm search for a way to access data from previous workflow. Do you have any example ?

WaldirBorbaJunior
Автор

Hi Oskar,

What should I do if I have a workflow that takes around 8 minutes to complete? When I initiate the API GET request in a new browser tab, it times out after about 2 minutes. However, the workflow continues to run and eventually completes in n8n, as I can see in the execution list. I'm expecting to receive a JSON response from the final "Respond to Webhook" node, but the request in the browser times out after 2 minutes, which prevents this from happening. How do you handle situations like this?

ElvisMorales
Автор

Hey Oskar. Thanks for video. I have a question. Before start to fully work in n8n i would like to know about backups, do you find solution for yourself how automaticaly do backups of all your workflows? i'm using command

docker exec -u node -it root-n8n-1 n8n export:workflow --all --output=backups/latest/

But each time i have error message that it si impossible to create execute mkdir and create folder for export

Folder must be created inside container or in my VPS machine

FoLDx
Автор

hello, how you configure you webhook response to send back html and not json ?

sbessot
Автор

Fucking legend, loved the beginning. Hit me up, we could perhaps do some work together 😄

mathiasschrooten