Discord Notifications
Send notifications to Discord servers via webhook
Official Website: https://discord.com
Features
- Webhook integration
- Embed messages
- Channel notifications
- Rich formatting
Configuration Settings
To activate this integration, you need to provide the following information in the AVCI CMS admin panel:
| Field Name | Label | Type | Required | Description |
|---|---|---|---|---|
webhookUrl | Webhook URL | url | ✅ Yes | Ex: https://discord.com/api/webhooks/... |
channel | Channel | text | ✅ Yes | Ex: #general |
username | Bot Name | text | ❌ No | Ex: AVCI CMS Bot |
Setup Steps
1. Go to Channel Settings
Enter the settings (gear icon) of the channel where you want to receive notifications.
2. Integrations and Webhooks
Go to Integrations -> Webhooks and click the 'New Webhook' button.
3. Copy the URL
Copy the Webhook URL and paste it into the configuration field below.
Developer & API Integration
This integration is managed in the AVCI CMS backend with the IntegrationType.DISCORD enum value. After completing the configuration via the admin panel, the system will automatically start using Discord services.