Skip to main content
Admin › Settings › Channels
The Channels page manages notification channels (email and webhooks) along with bot connections (Microsoft Teams bot) and API integrations (external IdP token passthrough) in one place.
  • Notification channels automatically deliver scheduled task results via email and webhooks.
  • Once admins pre-configure notification channels, users select a channel when creating scheduled tasks to receive result notifications.
Notification settings main screen

Notification settings main screen


Notification Architecture


Email Channels

Add email channels in Admin > Settings > Channels or the dedicated notification management screen.
  • Register multiple channels to use different sender configs per team.
An email channel is a prerequisite for scheduled task email notifications. If no channel is registered, the Email type does not appear at all in the user’s scheduled task screen — only webhook options are selectable.

Add Channel

Click the + icon button on the right of the Email section (tooltip: Add Email Channel), then choose an Email Provider.
Provider selection list in the add email channel modal
  • button in the Email section → provider selection
Selecting a provider reveals the input fields for that method.
SMTP channel configuration fields

Input fields when SMTP is selected

Avoid renaming a channel after creation. Scheduled tasks reference channels by name, so renaming or deleting a channel makes tasks that used it skip delivery silently. The task itself is still recorded as successful, so the run history alone will not reveal the problem.

Per-Provider Settings

Connect your internal mail server or external SMTP service (Gmail, Outlook, etc.).
TLS and SSL can’t be used together. Use TLS on port 587 and SSL on port 465.

Connection Test and Test Email

Test Connection and Send Test Email are available only in the edit screen after saving the channel. They are not in the add modal, so save a new channel first, then reopen it from the list with the gear icon.
Connection test and test email in the email channel edit screen

Connection test and test email at the bottom of the edit screen

The Test button verifies mail server connection and authentication only. To verify actual delivery, enter an address under Send Test Email and click Send. Check both the inbox and the spam folder — a successful connection test does not guarantee delivery, since sender domain policy (SPF/DKIM) can still filter the message.

Webhook Channels

Connect with external messaging services to send notifications.

Add Channel

Click the + icon button on the right of the Webhook section. (Tooltip: “Add Webhook Channel”)
Add webhook channel

Add webhook channel

Telegram uses Bot Token and Chat ID instead of webhook URL. The input form auto-changes when Telegram is selected.

Per-Provider Settings

Generate webhook URL:
  1. Enable Incoming Webhooks in your Slack app management page
  2. Click Add New Webhook to Workspace
  3. Pick a channel and click Allow
  4. Copy the generated URL (https://hooks.slack.com/services/...)
Notification format: Header block + Fields (prompt, completion time) + Section (result) + chart image

Test Webhook

Click Test Webhook to send a test message in the selected provider’s format.
As with email, Test Webhook is available only in the edit screen after saving the channel.

Bot Connections

Connect a Microsoft Teams bot so users can chat with Cloosphere directly from Teams.
  • Configure it via the gear (⚙) icon to the right of the Microsoft Teams item in the Bot Connections section.
For detailed setup, see the Teams Bot documentation.

API Integration

Configure token passthrough, which forwards external IdP (Identity Provider) tokens directly to downstream services.
  • Configure it via the gear (⚙) icon to the right of the External IdP Token Passthrough item in the API Integration section.

Schedule Notification Integration

After admins configure channels, users configure notifications in scheduled tasks.

Trigger Conditions

Multiple Notifications

A single scheduled task can have multiple notification channels.

Chart Image Delivery

Plotly charts generated by DbSphere agents are server-side rendered to PNG images and included in notifications.
Chart images are auto-extracted before notification dispatch. Chart markers are removed from the notification body so clean text is delivered.

Troubleshooting