# Onboarding

**Webhook** channel is used to process incoming data/event and forward it to **external** or **EdgeTag** system

### Video Guide

{% embed url="<https://www.loom.com/share/cb191d07c269496b920bace61f6b92cc>" %}

### Add Channel

To add a channel, begin by entering the channel's name. We recommend choosing a name that clearly describes the webhook functionality.

<figure><img src="/files/LXfr9TteHKUmY3xkcY1Y" alt=""><figcaption></figcaption></figure>

### Webhook URL

Webhook URL will be auto generated

<figure><img src="/files/MyEI7Ox0pWls9mlLVrH6" alt=""><figcaption></figcaption></figure>

We can use this url endpoint to process the webhook code


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/channels/webhook/onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
