Discord
Learn how to set up Discord webhooks for your application.
This guide will show you how to set up Discord notifications using cside webhooks. We have created a special format specifically for Discord to make it incredibly easy to set up.
Prerequisites
Before you begin, you'll need a Discord webhook URL. If you don't have one yet:
- Go to your Discord server
- Navigate to Server Settings → Integrations → Webhooks
- Click New Webhook
- Configure your webhook:
- Choose the channel where you want to receive notifications
- Optionally customize the webhook name and avatar
- Click Copy Webhook URL and save it
Setting up a Discord Webhook Endpoint
To set up a Discord webhook endpoint in cside:
- Navigate to your Domain Settings and select the Notifications tab
- Click Create Notification Endpoint
- Select Webhook from the options (this creates a webhook endpoint to receive notifications via an HTTP POST request)
- Click Next to proceed to the configuration screen
- In the Configure a Webhook Endpoint modal, fill in the required fields:
- Endpoint URL*: Enter your Discord webhook URL (e.g.,
https://discord.com/api/webhooks/YOUR/WEBHOOK/URL) - Format*: Select Discord from the dropdown menu
- Endpoint URL*: Enter your Discord webhook URL (e.g.,
- Click Create a webhook to complete the setup
Once created, cside will automatically format notifications for Discord and send them to your specified channel whenever events occur in your account.
How is this doc?