# Webhook Introduction

## Метаданные

- **Канал:** n8n
- **YouTube:** https://www.youtube.com/watch?v=L_0rfDJUCsU
- **Дата:** 01.02.2021
- **Длительность:** 1:47
- **Просмотры:** 14,299

## Описание

An introduction to using n8n to create quick and easy webhooks so that applications and services can communicate with n8n in realtime! You will learn how to:
- Set up a webhook
- Test a webhook

Resources:
- n8n Website - https://n8n.io/
- n8n Documentation - https://docs.n8n.io/
- n8n Community - https://community.n8n.io/
- n8n Workflows - https://n8n.io/workflows/
- n8n Webhook Node - https://docs.n8n.io/nodes/n8n-nodes-base.webhook/



A Basic Introduction to Webhooks - https://markheath.net/post/basic-introduction-webhooks

## Содержание

### [0:00](https://www.youtube.com/watch?v=L_0rfDJUCsU) Intro

in today's video we're going to show you how to create a web hook using naden to create a new node and under the trigger tab you will find the webhook node

### [0:11](https://www.youtube.com/watch?v=L_0rfDJUCsU&t=11s) Test URL

and you'll notice here that there's a section that says webhook urls when i expand that you'll see that there's a production and a test option we're going to use the test option right now i'm going to pause for a second here and talk a little bit about why we chose to use the test version of the webhook url rather than the production one when we are running in the test version the url will only be active for 120 seconds and it will allow you to see the data as it comes into the web hook in production it actually ends up going straight into the n8n system and it never will show up in the editor ui this way with using the test url we can actually see what's going on and get a sense for what we need to do anyway back to the video click on the

### [1:00](https://www.youtube.com/watch?v=L_0rfDJUCsU&t=60s) Save Workflow

url and it'll save it to your clipboard and then you want to close down the webhook node and save your workflow the reason we need to save the workflow is so that it registers the url otherwise the web hook itself will not so save the workflow and then from here we want to open up the web hook again and we're going to execute the node this allows the node itself to catch information in a different web browser while you paste in that url that you had captured earlier and you'll notice that on the right side it says that the workflow got started and that the web hook actually worked and we have all the information that was sent back thanks for joining us

---
*Источник: https://ekstraktznaniy.ru/video/15924*