Skip to main content
Notifications alert you when workflows complete, fail, or detect data changes. You can receive them via email, webhooks, or WebSockets.

Configuration Levels

Configure notifications at two levels:
  • Workspace-Level: Default notifications for all workflows unless overridden
  • Workflow-Level: Apply to a specific workflow and override workspace settings

Event Types

Events You Can Subscribe To

EventDescription
workflow_finishedWorkflow completed successfully
workflow_failedWorkflow failed during execution
workflow_data_changeData changes detected (Change Detection Rules)
workflow_validation_anomaly_changeValidation anomalies changed

System Events

These events are automatic and can’t be configured:
EventDescription
workflow_sample_finishedSample data ready. Sent to workflow author only via email.
workflow_export_completedData exported to enterprise storage. Fires on failure.

Notification Channels

ChannelDescription
EmailSent to your account email or custom recipients (details)
SlackSend notifications to Slack channels (details)
WebhookFor custom integrations (details)
WebSocketReal-time data streaming (details)
Create a channel before subscribing to events. One channel can receive multiple event types.
Payload structure varies by channel. Please see each channel’s documentation for format details and examples.

Data Change Configuration

For workflow_data_change events, filter what triggers notifications:
  • Fields: Select specific fields to track (all by default)
  • Conditions: Filter notifications based on criteria
  • Change Type: Select what type of change you want to track
    • Updated: Additions, modifications, and removals
    • Added: New records only
    • Removed: Deleted records only
The workflow_data_change is triggered after the data changes are detected according to Change Detection Rules.

Managing Notifications

Do you need help in setting up notifications? Contact support team.