Notification Endpoints
Learn how to set up notification endpoints for your application.
Setting up Notification Endpoints
cside supports multiple notification endpoint types. Choose the one that best fits your needs:
Access Notification Endpoint settings
- Open the dashboard and select your domain from the sidebar
- Click Settings on the domain overview page
- Select the Notifications tab

Setting up Webhooks
To set up a webhook endpoint, follow these steps:
- 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 the URL where you want to receive webhook notifications (e.g.,
https://example.com/cside/notify) - Format*: Select the format for your webhook:
- JSON: Standard JSON format for custom integrations
- Slack: Pre-formatted for Slack channels
- Discord: Pre-formatted for Discord channels
- Endpoint URL*: Enter the URL where you want to receive webhook notifications (e.g.,
- Click Create a webhook to complete the setup

Once created, cside will send POST requests to your specified endpoint URL whenever events occur in your account.
How is this doc?