Skip to content

Notification Channels

Notification Channels serve as reusable delivery endpoints for automation rules. Once configured, multiple automations can send alerts through the same channel.


Channel TypeCredentials / Setup RequirementsDescription & Capabilities
TelegramBot TokenSends formatted markdown messages to Telegram groups, channels, or private chats via a Telegram bot.
WebhookBase/Target URL + Auth (None, Bearer Token, Basic Auth) + Custom HeadersDelivers HTTP requests (POST, PUT, PATCH, GET, DELETE) to external APIs, Zapier, n8n, or internal microservices.
Push NotificationChannel Name only (Zero Credentials)Delivers native Android mobile push notifications via Firebase Cloud Messaging to team members’ registered mobile devices.

  1. Navigate to Automation → Notification Channels (or open Channel Settings from an Automation detail page).
  2. Click + Create Channel.
  3. Select Type:
    • For Telegram: Enter your Bot Token (from Telegram @BotFather).
    • For Webhook:
      • Base/Target URL: Enter destination URL (e.g. https://api.example.com or full webhook URL).
      • Authorization Type: Select None, Bearer Token (Authorization: Bearer <token>), or Basic Auth (Authorization: Basic <base64(user:pass)>).
      • Custom Headers: Define reusable key-value HTTP headers applied to all requests on this channel (e.g., X-API-Key, X-System-Source).
    • For Push: Enter a channel name. Members who install and log into the Omnismith Android app are automatically registered to receive notifications.
  4. Click Run Test to verify endpoint connectivity.
  5. Click Save Channel.

Notification channel management dialog showing test delivery results


Native Android device registration requires no manual API keys:

  1. Team members download and install the Omnismith Android application.
  2. Upon logging into the project, the app registers the device token with Firebase Cloud Messaging (FCM).
  3. In automation rules targeting a Push Channel, you can select specific project member accounts to receive the push notification.