# Create a Discord Webhook

## Introduction

A Discord webhook is a unique URL provided by Discord that allows external services, applications, or scripts to send messages directly to a specific Discord channel. Essentially, it serves as a communication bridge between external systems and Discord, enabling seamless integration and automation of messaging workflows.

## Step 1

**Open Discord and Navigate to Your Server:** Open the Discord application or website and select the server where you want to add the webhook.

## **Step 2**

Right-click on the server name in the left sidebar and select "Server Settings" from the menu that appears.

## **Step 3**

In the Server Settings menu, click on the "Integrations" tab located on the left side of the screen.

<figure><img src="/files/6rFObcgce817eBtE01FV" alt=""><figcaption></figcaption></figure>

## **Step 4**

Scroll down until you find the "Webhooks" section and click on the "Create Webhook" button.

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

## **Step 5**

Give your webhook a name to identify it within your server. You can also upload an avatar image for the webhook if desired.

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

## **Step 6**

Discord will generate a unique URL for your webhook. Copy this URL as you'll need it to create the Discord Channel on Amber Signals.

That's it! You've successfully created a Discord webhook. You can now use this webhook URL to send messages to your Discord.

Create the new channel at our [dashboard](https://ambersignals.com/dashboard).


---

# 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.ambersignals.com/tutorials/create-a-discord-webhook.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.
