Types of notifications
RCB Automation generates notifications for the following events:- Workflow run success — fired each time a workflow completes without errors. Useful as an audit trail for high-value processes; noisy for high-frequency workflows.
- Workflow run failure — fired when a workflow stops due to an error in any step. This is the most important notification type for operational health.
- Trigger errors — fired when a trigger (webhook, schedule, or app event) fails to evaluate or fire correctly. Often indicates a misconfigured trigger or an upstream service problem.
- Integration disconnections — fired when a connected app loses authorization, typically because credentials expired or were revoked. Workflows that depend on the integration will start failing until you reconnect.
- Daily digest — a once-a-day summary of all workflow activity: runs completed, errors, and any open disconnections.
- Weekly summary — a Monday overview of the previous week’s automation health, including trends in run volume and failure rate.
Configuring notifications by channel
- Email
- Slack
- Microsoft Teams
Email notifications are enabled by default for workflow run failures and integration disconnections. You can adjust which events trigger emails and who receives them.
Select the frequency from the dropdown next to each event toggle. Integration disconnection alerts are always sent instantly, regardless of this setting.
Configure email notifications
Select events
Under Email notifications, toggle the events you want to receive emails for. Options include run success, run failure, trigger errors, integration disconnections, daily digest, and weekly summary.
Set recipients
By default, notifications go to workspace Owners and Admins. Click Manage recipients to add or remove email addresses. You can add any workspace member or an external email address (useful for on-call inboxes or shared team accounts).
Each workspace member can also control their personal email preferences independently from Account Settings > Notifications. Workspace-level settings define the defaults; individual preferences override them for that person only.
Notification frequency for email
For run success and run failure events, you can choose how email is batched:| Frequency | Behavior |
|---|---|
| Instant | An email is sent for each individual event as it occurs. |
| Daily digest | All events from the past 24 hours are combined into one email sent at 07:00 in your workspace timezone. |
| Weekly summary | All events from the previous week are combined into one email sent every Monday at 07:00 in your workspace timezone. |
Muting notifications for a specific workflow
Sometimes a workflow is noisy during development or testing, or you want to silence alerts for a low-priority process without changing your workspace-wide settings. You can mute notifications at the workflow level.Open the workflow
Navigate to the workflow in your dashboard and click Settings inside the workflow editor.
Mute notifications
Toggle Mute notifications for this workflow to on. You can choose to mute all notification types or only specific ones (for example, mute run success but keep failure alerts active).
Optionally set an expiry
If you want notifications to resume automatically — for example, once testing is complete — set a Mute until date. After this date, notifications resume with your workspace defaults.
Notification history and audit log
RCB Automation keeps a record of every notification sent, which is useful for confirming that alerts were dispatched and for diagnosing delivery issues. To view notification history, go to Settings > Notifications and click the History tab. The log shows:- Timestamp — when the notification was generated.
- Event type — the event that triggered the notification (run failure, disconnection, etc.).
- Workflow — the workflow associated with the event, with a link to the run detail.
- Channel — where the notification was sent (email address, Slack channel, or Teams webhook).
- Status — whether delivery succeeded or failed. Common failure reasons include a deauthorized Slack connection or an invalid Teams webhook URL.
Notification history is retained for 90 days. For a longer-running audit trail of workflow activity, use the run logs in the workflow detail view, which are retained according to your plan’s log retention policy.