---
title: Discord Integration
description: Receive Capawesome Cloud webhook notifications in a Discord channel. Stay updated on builds, live updates, and app submissions in real time.
---

# Discord Integration

Receive real-time [webhook](../webhooks/index.md) notifications from Capawesome Cloud directly in a Discord channel.

## Prerequisites

Before you begin, ensure you have:

- A [Capawesome Cloud](https://console.cloud.capawesome.io){:target="_blank"} account with an app created.
- A Discord server with the **Manage Webhooks** permission.

## Setup

Follow these steps to set up Discord notifications for your app:

1. Create a webhook in your Discord server by navigating to **Server Settings > Integrations > Webhooks** and clicking **New Webhook**. Select the channel you want notifications posted to and copy the webhook URL. For detailed instructions, see the [Discord documentation](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks){:target="_blank"}.
2. Navigate to the [Webhooks](https://console.cloud.capawesome.io/apps/_/webhooks){:target="_blank"} page in the Capawesome Cloud Console. Create a new webhook (or edit an existing one) and paste the Discord webhook URL.
3. Set the **Format** to **Discord**.
4. Select the [events](../webhooks/index.md#events) you want to receive and save the webhook.

That's it. Capawesome Cloud sends Discord-compatible messages to the configured URL. Notifications will appear in your selected channel whenever the configured events are triggered.

For more details on supported events, payloads, signature verification, and delivery history, see the [Webhooks](../webhooks/index.md) documentation.
