Notification

Set Up Email and Slack Notifications

This tutorial explains how to configure both email notifications and Slack notifications for a workspace in Aissist.


What You Can Configure

You can configure:

  • Email notifications per team member:

    • Event notifications

    • Daily reports

    • Weekly reports

  • Slack notifications per workspace via one or more incoming webhooks:

    • Event alerts

    • Daily report

    • Weekly report

    • Hourly alerts


Prerequisites

Before starting, make sure:

  • You can access the Aissist Console and open your target workspace.

  • Your workspace has team members assigned (for email settings).

  • You have permission to create or manage Slack apps/webhooks in your Slack workspace.


Part 1 — Configure Email Notifications

Step 1 — Open Notification Settings

  1. Open Aissist Console.

  2. Go to your workspace.

  3. Navigate to:

    • DeployNotificationConfig

Step 2 — Select a Team Member

  1. In the right panel, click the member you want to configure.

  2. In Email Notifications, enable the notification types you want:

    • Event Notifications

    • Daily Reports

    • Weekly Reports

Step 3 — Save

  1. Click Save Changes.

  2. Confirm the success message appears.

Repeat for each team member you want to configure.


Part 2 — Configure Slack Notifications

Step 1 — Get an Incoming Webhook URL from Slack

  1. Click Create New App.

  2. Choose From scratch.

  3. Enter an app name (for example, Aissist Notifications) and select your Slack workspace.

  4. In the app settings, open Incoming Webhooks.

  5. Turn on Activate Incoming Webhooks.

  6. Click Add New Webhook to Workspace.

  7. Choose the channel where alerts should be posted.

  8. Authorize the app.

  9. Copy the generated webhook URL (format: https://hooks.slack.com/services/...).

Step 2 — Add Slack Webhook in Aissist

  1. In Aissist, go to:

    • DeployNotificationSettings

  2. In the Slack Notifications card:

    • Turn on Enable Slack notifications.

    • Click Add webhook.

  3. Fill in:

    • Channel label (example: #support-alerts)

    • Webhook URL (copied from Slack)

  4. Choose which notification types this webhook should receive:

    • Event alerts

    • Daily report

    • Weekly report

    • Hourly alerts

  5. Click Save Changes.

Step 3 — (Optional) Add Multiple Webhooks

You can add multiple webhook rows, for example:

  • #support-alerts for event + hourly alerts

  • #leadership-reports for daily + weekly summaries

Last updated