Skip to main content

Overview

Alius delivers notifications through three hubs: Slack, Email, and Telegram. Each must be connected before it can be selected in a trigger. Connections are managed on the Integrations page.

Slack

Slack is connected via OAuth 2.0. Alius installs a bot in your workspace that posts messages to selected channels.

Connecting Slack

  1. Go to Integrations in the sidebar.
  2. Click Connect to Slack.
  3. You’ll be redirected to Slack’s OAuth authorization page. Select your workspace and click Allow.
  4. After authorization, Alius stores the bot token and the status changes to Connected.

Enabling Channels

Once connected, a list of your workspace’s public channels appears.
  1. Toggle on the channels where Alius should be allowed to post.
  2. Click Save — the bot automatically joins each enabled channel.
Only enabled channels appear in the trigger form’s channel picker. The bot must be a member of a channel to post messages to it.

Sending a Test Message

Click Send test notification to post a test message to all enabled channels. This confirms the token is valid and the bot has channel access.

Disconnecting Slack

Click Disconnect to remove the Slack integration. This clears the bot token, disables all channel mappings, and stops all Slack notifications. Your triggers are preserved and will resume sending once Slack is reconnected.
Alius uses a Slack bot token with permission to read channels and post messages. It does not read your team’s private messages.

Email

Email notifications are sent via Resend. You manage a list of verified recipient addresses — only verified and active recipients receive notifications.

Adding a Recipient

  1. Go to IntegrationsEmail section.
  2. Enter an email address and click Add Recipient.
  3. Alius sends a verification email to that address.

Verifying a Recipient

The recipient must click the verification link in the email. Until verified, the address will not receive notifications.
Verification tokens expire. If the link is not clicked in time, you can regenerate the token by editing the recipient and changing the email address, then re-entering it.

Managing Recipients

Each recipient has two states that can be toggled independently:
StateDescription
VerifiedSet automatically after the recipient clicks the link
ActiveControls whether this address receives notifications
A recipient must be both verified and active to receive notifications. To remove a recipient, click the delete icon next to their address.

Telegram

Telegram notifications are sent via a Telegram bot. The bot is linked to a specific chat (personal chat, group, or channel) using a connection token.

Connecting Telegram

  1. Go to IntegrationsTelegram section.
  2. Click Generate Connection Token. A token is displayed — it is valid for 15 minutes.
  3. Open your Telegram chat (where you want to receive notifications) and send:
    /connect <token>
    
    to the Alius bot.
  4. The bot confirms the connection and the status changes to Connected.

Sending a Test Message

Click Send test notification to post a test message to the connected chat. This confirms the bot token is valid and the chat ID is correctly linked.

Disconnecting Telegram

Click Disconnect to unlink the chat. This stops all Telegram notifications. Reconnect at any time by generating a new token.

Rate Limiting

Telegram enforces message rate limits. If Alius receives a rate-limit response (HTTP 429), it automatically retries the message up to 3 times with backoff. If all retries fail, the notification is logged as Failed in Notification History.