Skip to main content
Use Monday.com as both a trigger and a destination in your Workflows. Start a Workflow when items, subitems, or updates change on a board, then use Monday.com actions to create boards, manage structure, and update work automatically.
Monday.com Workflow actions and triggers require a paid Cassidy plan.

Connect your account

1

Open a Monday.com trigger or action

Open a Monday.com trigger or action in the Workflow builder.
2

Click Connect

Click Connect.
3

Install the Cassidy app in Monday.com if prompted

If this is your first Monday.com connection in Cassidy, click Install app in Monday.com and complete the install in Monday.com.
Connect Monday dialog prompting the user to install the app in Monday.com before connecting
4

Complete the app install in Monday.com

On the Monday.com page, choose whether to install the app for All Workspaces or only Specific Workspaces, then click Install.
Monday.com install page showing workspace selection for installing the Cassidy app
If Monday.com shows a banner saying the app has not been reviewed or approved by monday.com, that is expected during this setup flow.
5

Authorize Cassidy

Return to Cassidy, click Connect in the modal, then review the requested permissions and click Authorize.
Monday.com authorization screen with the Authorize button enabled

Triggers

Item created

Starts a Workflow when a new item is created on a board. Configuration
FieldDescription
BoardThe Monday.com board to watch
Output variables
VariableDescription
Item IDThe unique identifier of the created item
Item NameThe name of the created item
Board IDThe ID of the board containing the item
User IDThe ID of the user who created the item
Group IDThe ID of the group containing the item
Group NameThe name of the group containing the item
Created AtTimestamp when the item was created

Item updated

Starts a Workflow when a column value changes on an item. Configuration
FieldDescription
BoardThe Monday.com board to watch
Watched columns(Optional) One or more columns to watch. Leave empty to trigger on any column change.
Output variables
VariableDescription
Item IDThe unique identifier of the changed item
Item NameThe name of the changed item
Board IDThe ID of the board containing the item
Column IDThe ID of the changed column
Column TitleThe display name of the changed column
Column TypeThe type of the changed column
New ValueThe updated value
Previous ValueThe value before the change
User IDThe ID of the user who made the change
Group IDThe ID of the group containing the item
Changed AtTimestamp when the change happened

Item deleted

Starts a Workflow when an item is deleted from a board. Configuration
FieldDescription
BoardThe Monday.com board to watch
Output variables
VariableDescription
Item IDThe unique identifier of the deleted item
Item NameThe name of the deleted item
Board IDThe ID of the board that contained the item
User IDThe ID of the user who deleted the item
Group IDThe ID of the group that contained the item
Deleted AtTimestamp when the item was deleted

Subitem created

Starts a Workflow when a new subitem is created on a board. Configuration
FieldDescription
BoardThe Monday.com board to watch
Parent item(Optional) Limit the trigger to subitems created under one specific parent item
Output variables
VariableDescription
Subitem IDThe unique identifier of the created subitem
Subitem NameThe name of the created subitem
Board IDThe ID of the board containing the subitem
User IDThe ID of the user who created the subitem
Group IDThe ID of the group containing the subitem
Group NameThe name of the group containing the subitem
Created AtTimestamp when the subitem was created
Parent Item IDThe ID of the parent item
Parent Item Board IDThe ID of the parent item’s board

Update created

Starts a Workflow when a new update or reply is posted on an item. Configuration
FieldDescription
BoardThe Monday.com board to watch
Output variables
VariableDescription
Update IDThe unique identifier of the created update
Update BodyThe plain-text body of the update
Item IDThe ID of the item the update was posted on
Board IDThe ID of the board containing the item
User IDThe ID of the user who created the update
Reply IDThe reply ID, if the update was posted as a reply
Created AtTimestamp when the update was created

Actions

Get items

Retrieves items from a board, including group details, attachments, and column values. Configuration
FieldDescription
BoardThe board to retrieve items from
Limit(Optional) Maximum number of items to return
Output variables
VariableDescription
ItemsList of items with item details, attachments, and column values
Total CountThe number of items returned
Board NameThe name of the board

Get item

Retrieves one item by ID, including its board details, attachments, and column values. Configuration
FieldDescription
Item IDThe item to retrieve
Board(Optional) The board containing the item
Output variables
VariableDescription
Item IDThe unique identifier of the item
Item NameThe name of the item
Board IDThe ID of the board containing the item
Board NameThe name of the board containing the item
Group IDThe ID of the group containing the item
Group NameThe name of the group containing the item
Created AtTimestamp when the item was created
Updated AtTimestamp when the item was last updated
Item URLDirect link to the item in Monday.com
AttachmentsFiles attached to the item
Column ValuesAll column values on the item

Get groups

Retrieves all groups on a board. Configuration
FieldDescription
BoardThe board to retrieve groups from
Output variables
VariableDescription
GroupsList of groups with each group’s ID and title

Create board

Creates a new board in Monday.com. Configuration
FieldDescription
Board nameThe name for the new board
Board kindThe board visibility. Options are public, private, and share
Workspace ID(Optional) The workspace where the board should be created
Folder ID(Optional) The folder where the board should be created
Template ID(Optional) A board template to copy
Output variables
VariableDescription
Board IDThe unique identifier of the created board
Board NameThe name of the created board
Board KindThe visibility type of the board
StateThe current board state
PermissionsThe board permission level

Create group

Creates a new group in a board. Configuration
FieldDescription
BoardThe board where the group should be created
Group nameThe name for the new group
Output variables
VariableDescription
Group IDThe unique identifier of the created group
Group NameThe name of the created group

Delete group

Deletes a group from a board.
This action cannot be undone. Deleting a group removes it from the board in Monday.com.
Configuration
FieldDescription
BoardThe board containing the group
GroupThe group to delete
Output variables
VariableDescription
Group IDThe unique identifier of the deleted group

Create column

Creates a new column on a board. Configuration
FieldDescription
BoardThe board where the column should be created
Column titleThe display name of the new column
Column typeThe type of column to create, such as text, status, numbers, or date
Description(Optional) A description for the column
After column(Optional) The column after which the new column should be inserted
Output variables
VariableDescription
Column IDThe unique identifier of the created column
Column TitleThe title of the created column
Column TypeThe type of the created column
DescriptionThe column description

Create item

Creates a new item on a board. Configuration
FieldDescription
BoardThe board where the item should be created
Item nameThe name of the new item
Group(Optional) The group where the item should be created
Column values(Optional) Values to set on the item. You can map individual columns or pass JSON dynamically.
Output variables
VariableDescription
Item IDThe unique identifier of the created item
Item NameThe name of the created item
Board IDThe ID of the board containing the item
Group IDThe ID of the group containing the item
Created AtTimestamp when the item was created
Item URLDirect link to the item in Monday.com

Update item

Updates one column value on an existing item. Configuration
FieldDescription
BoardThe board containing the item
ItemThe item to update
ColumnThe column to update
ValueThe new value to set
Output variables
VariableDescription
Item IDThe ID of the updated item
Item NameThe name of the updated item
SuccessWhether the update completed successfully

Create update

Posts an update or reply on an item. Configuration
FieldDescription
BoardThe board containing the item
ItemThe item to post on
Update bodyThe message to post
Parent update ID(Optional) If provided, Cassidy posts the message as a reply
Output variables
VariableDescription
Update IDThe unique identifier of the created update
Update BodyThe content of the update
Created AtTimestamp when the update was created
Creator IDThe ID of the user who created the update
Creator NameThe name of the user who created the update

Delete item

Permanently deletes an item from a board.
This action cannot be undone. The item will be permanently deleted from Monday.com.
Configuration
FieldDescription
BoardThe board containing the item
ItemThe item to delete
Output variables
VariableDescription
Item IDThe unique identifier of the deleted item

Next steps

Workflows overview

Learn how to build, test, and publish Workflows in Cassidy.

Monday.com Agent Connector

Let Agents read and manage boards, items, groups, and updates during conversations.