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

Access Notification Endpoint settings

  1. Click on domains along the left hand side of the dashboard
  2. Open the dropdown settings for your chosen domain
  3. Click on Notifications Endpoints

Notification settings in cside

Setting up Webhooks

To set up a webhook endpoint, follow these steps:

  1. Navigate to your domain settings and select the Notifications tab
  2. Click Create Notification Endpoint
  3. Select Webhook from the options (this creates a webhook endpoint to receive notifications via an HTTP POST request)
  4. Click Next to proceed to the configuration screen
  5. 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
  6. Click Create a webhook to complete the setup

Webhook notifications in cside

Once created, cside will send POST requests to your specified endpoint URL whenever events occur in your account.

How is this doc?

On this page