Laminar
  • Laminar
  • Platform
    • Overview
    • Getting Started
    • Advanced
      • Workflows
        • Global Workflow Object
        • HTTP Request Batching
        • Workflow Exit Points
        • Invoke Secondary Workflows
      • Configurations
      • Flows
        • Flow Types
          • HTTP Request
          • Data Transformations
        • Supported Languages
      • Managing Notifications
    • Best Practices
    • Keywords
      • lam.resolveThenExecute
      • lam.exit
      • lam.execute
      • lam.asyncExecute
      • lam.httpRequest
      • lam.httpRequests
  • API
    • Executing a Workflow
    • Creating a Configuration
    • Authentication
    • Changelog
  • External Links
    • Book a Demo
    • Sign In
Powered by GitBook
On this page

Was this helpful?

  1. Platform
  2. Advanced

Managing Notifications

Learn how to manage Laminar notifications

PreviousSupported LanguagesNextBest Practices

Last updated 1 month ago

Was this helpful?

By default, when a workflow fails, Laminar automatically sends notifications through two channels:

  • In-app notifications appear in the user's notification center

  • Email notifications are sent to the user's registered email address

Users can customize their notification preferences to suit their needs.

Disabling both channels will completely suppress failure notifications for the workflow. This can be useful for non-critical workflows or during testing phases.

Manage notifications