> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set default workflow notifications

> Choose how your organization is notified when Workflows fail, and let members override that default in their own settings.

Admins can set a default [Workflow](/workflows/overview) failure notification frequency for the organization. This default applies to members who have not chosen their own setting. Members can override it anytime from Account Settings.

<Info>
  Only admins can change the organization default. New organizations start with
  Workflow failure notifications **Off** until an admin chooses a different
  frequency.
</Info>

## Set the organization default

<Steps>
  <Step title="Open organization settings">
    Click your account name at the bottom of the sidebar, then click the **gear icon** next to your organization name.
  </Step>

  <Step title="Go to Workflow Notifications">
    Under **Notifications** in the left sidebar, click **Workflow Notifications**.

    <Note>
      Screenshot needed: Organization Settings sidebar with **Notifications**
      → **Workflow Notifications** selected, showing the Failure Notifications
      frequency options.
    </Note>
  </Step>

  <Step title="Choose a default frequency">
    Select how members should be notified when Workflows they create fail:

    | Frequency          | Description                            |
    | ------------------ | -------------------------------------- |
    | **Daily Summary**  | One digest of all failures per day     |
    | **Hourly Summary** | One digest per hour                    |
    | **Immediate**      | Instant notification for every failure |
    | **Off**            | No notifications                       |

    This setting does not change members who already saved a personal default. It only fills in the value for members who have not chosen one yet.
  </Step>

  <Step title="Save">
    Click **Save** to apply your changes. The **Save** button only becomes active after you've made at least one change.
  </Step>
</Steps>

## How member overrides work

Members can still choose their own default from **Account Settings** → **Notifications**. Saving a personal option overrides the organization default. Members can also reset back to the organization default from that page.

To subscribe to failures on specific Workflows, including Workflows they did not create, members can add custom subscriptions. See [Set up failure notifications](/workflows/sharing-and-deployment#set-up-failure-notifications).

## Related

<CardGroup cols={2}>
  <Card title="Set up failure notifications" icon="bell" href="/workflows/sharing-and-deployment#set-up-failure-notifications">
    Choose personal notification defaults and subscribe to specific Workflows.
  </Card>

  <Card title="Manage roles and groups" icon="users" href="/settings/roles-and-groups">
    Control who can manage organization settings.
  </Card>
</CardGroup>
