Organize Workflows with folders
Folders help your team find Workflows quickly and control access at a group level.Create a folder
On the Workflows page, click Create a Folder. Enter a name and choose an access level:
- Team can edit — anyone in your organization can view and edit Workflows in this folder.
- Team can view — anyone can view, but only you and explicitly added people can edit.
- Restricted — only specific people and groups you choose can access the folder.

Move Workflows into folders
Drag and drop Workflows from the main list into a folder. You can also move Workflows to the Private section to make them visible only to you.
Manage permissions from the editor
You can also update a Workflow’s location and permissions while editing it.Open sharing options
In the Workflow editor, click the … menu and select Organize & Share Workflow under Sharing.

Choose a location
A modal appears showing your Team and Private sections and any folders within them. Select where to save the Workflow, or create a new folder directly from this modal.

Import and export Workflows
Exporting lets you save a Workflow as a JSON file for backup or to share with another Cassidy organization. Importing brings a previously exported Workflow into your account.Export a Workflow
Import a Workflow
Select Import Workflow
Instead of choosing Custom Setup or Use a Starting Point, click Import Workflow.

Upload the JSON file
Upload the Workflow JSON file by dragging it into the upload area or clicking to browse and select it from your computer.

Deploy externally
You can run Cassidy Workflows from outside the platform by using webhook triggers and returning results to your external systems.Use a Webhook trigger
When building your Workflow, select Webhook as the trigger type. Copy the unique webhook URL that Cassidy generates.
Configure your external system
Set up your website, app, or automation tool to send a POST request to the webhook URL when the relevant event occurs (e.g., a form submission or a record update).
Return results to the caller
You have two options for sending results back:
- Return results from webhook — toggle this option in the Webhook trigger settings. The Workflow’s output is automatically returned as the HTTP response to the incoming request.
- Send API Request action — add this action at the end of your Workflow to POST results to a specific endpoint in your system. This gives you full control over the URL, method, headers, and body.
Set up failure notifications
Stay informed when Workflows encounter errors so you can address issues quickly.Access account settings
Click your name in the bottom-left sidebar, then click the settings icon next to your name.

Configure default notifications
Choose how you want to be notified about failures for Workflows you create:
Click Save to apply.
| 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 |
Subscribe to other Workflows
To receive alerts for Workflows you did not create, click + Add Subscription.

Select a Workflow and frequency
Click the No workflow selected dropdown and choose the Workflow you want to be notified about. Select a notification frequency and click Save.


What do failure notifications look like?
What do failure notifications look like?
When a Workflow fails, you receive a Workflow alert containing the error details, the affected Workflow name, and an error summary. The notification includes links to Edit this Workflow (to fix the issue) and View Failed Workflow Run (to inspect the specific run).

Next steps
Configure data retention
Control how long Workflow run history is stored.
Use secret keys
Securely store API keys and passwords for use in Workflow actions.
Manage roles and groups
Set up teams and roles to streamline Workflow permissions.
Build a Workflow
Go back to creating and configuring Workflows.




