Notification Channels
Notification channels are reusable targets for automation actions.
Channel Types
Section titled “Channel Types”- Telegram — Bot token + chat ID. Sends formatted messages to a Telegram chat.
- Webhook — HTTP POST to a URL. Delivers JSON payloads to external services.
- Push — Android push notifications via Firebase Cloud Messaging. Sends to registered mobile devices of selected project members.
Operations
Section titled “Operations”- Create channel
- Edit channel credentials (Telegram/Webhook) or name (Push)
- Test channel delivery
- Delete channel

Push Notifications
Section titled “Push Notifications”Push channels send notifications to users’ Android devices. Unlike Telegram or Webhook channels, Push channels require no external credentials — they only need a name.
Device registration is handled automatically by the Omnismith Android app. When a user opens the app, their device token is registered with the project. Automation actions targeting a Push channel can select which project members should receive the notification.