> ## Documentation Index
> Fetch the complete documentation index at: https://docs.configu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Discord Webhook

> Learn how to send Activity Log events to a Discord channel.

## Prerequisites

* Access permissions to create a WebHook for your Discord channel.
* Configu Cloud organization with admin permissions

## Create a Discord WebHook

For this integration to work, you'll need a [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).
Browse to that URL and follow the steps.

Get your Webhook URL which looks something like this: `https://discord.com/api/webhooks/XXXXXXXXXX/YYYYYYYYYY`.

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/discord-webhook-payload-uri-1.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=d1a80a168898904ac391c5ffc6883f02" alt="image" width="2042" height="1706" data-path="images-old/webhooks/discord-webhook-payload-uri-1.png" />
</Frame>

<br />

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/discord-webhook-payload-uri-2.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=04507f039af1c27102bf2566e3cec654" alt="image" width="1272" height="768" data-path="images-old/webhooks/discord-webhook-payload-uri-2.png" />
</Frame>

## Create a Configu Webhook

1. Browse to the Webhooks page (/integrations/webhooks) in your Confgu Cloud organization.
2. Create a new webhook using the Slack Payload URL you obtained in the previous step.
3. Customize your payload to include a `context` property with some message, and then click Create.
   [Explore the Full Webhooks documentation](/integrations/store/configu/webhooks).

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/discord-customize-your-payload.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=a934304acd2ace24caf64ad22ce1f185" alt="image" width="2700" height="1230" data-path="images-old/webhooks/discord-customize-your-payload.png" />
</Frame>

Example result:

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/discord-result-of-triggering.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=6a045eb373bec6abad067aa595979dbc" alt="image" width="1200" height="160" data-path="images-old/webhooks/discord-result-of-triggering.png" />
</Frame>
