Slack Notifications
Send instant notifications to Slack channels
Official Website: https://slack.com
Features
- Webhook integration
- Channel notifications
- Rich message format
- Instant delivery
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://hooks.slack.com/services/... |
channel | Channel | text | ✅ Yes | Ex: #general |
username | Bot Name | text | ❌ No | Ex: AVCI CMS Bot |
Setup Steps
1. Create a Slack App
Create a new app from the Slack API panel and add it to the workspace where you want to send notifications.
2. Enable Incoming Webhooks
Enable the 'Incoming Webhooks' feature from the app settings, click 'Add New Webhook to Workspace', and select your channel.
3. Configure the URL
Copy the generated Webhook URL and paste it into the field below.
Developer & API Integration
This integration is managed in the AVCI CMS backend with the IntegrationType.SLACK enum value. After completing the configuration via the admin panel, the system will automatically start using Slack services.