Slack
Learn how to set up Slack webhooks for your application.
This guide will show you how to set up Slack notifications using cside webhooks. We have created a special format specifically for Slack to make it incredibly easy to set up.
Prerequisites
Before you begin, you'll need a Slack webhook URL. If you don't have one yet:
- Go to your Slack workspace
- Navigate to Apps → Incoming Webhooks
- Click Add to Slack
- Select the channel where you want to receive notifications
- Copy the webhook URL provided
Setting up a Slack Webhook Endpoint
To set up a Slack 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 Slack webhook URL (e.g.,
https://hooks.slack.com/services/YOUR/WEBHOOK/URL) - Format*: Select Slack from the dropdown menu
- Endpoint URL*: Enter your Slack webhook URL (e.g.,
- Click Create a webhook to complete the setup
Once created, cside will automatically format notifications for Slack and send them to your specified channel whenever events occur in your account.
How is this doc?