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:
- Webhooks: Receive notifications via HTTP POST requests
- S3: Store notifications in AWS S3 buckets
- Jira: Automatically create Jira issues from security alerts (Enterprise / Business add-on)
- Linear: Automatically create Linear issues from security alerts (Enterprise / Business add-on)
How it works
Notification endpoints are configured per domain. For integrations like Jira and Linear, there are two steps:
- Connect the integration - go to Team Settings > Integrations and connect the service (Jira, Linear, etc.) via OAuth. This is a one-time setup per team.
- Create notification endpoints - go to the Notifications tab in your Domain Settings and add endpoints for each domain you want to monitor. You can configure multiple endpoints per domain.
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.
Was this page helpful?
Thanks for your feedback!