monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
Get group details
Retrieves details (id, title, color, archived/deleted status) for a specific group on an accessible monday.com board.
MONDAY_GET_GROUP_DETAILSList Monday boards
Retrieves a list of boards from a monday.com account, supporting pagination and filtering by state.
MONDAY_LIST_BOARDSList board items
Retrieves id, name, and state for all items on a specified monday.com board.
MONDAY_LIST_BOARD_ITEMSList columns
Lists all columns and their properties for a specified monday.com `board id`; the board must exist.
MONDAY_LIST_COLUMNSList items
Retrieves specified subitems from monday.com using their ids, returning the raw json response.
MONDAY_LIST_ITEMSList users
Retrieves a list of users from monday.com; an empty user list in the response 'data' field does not signify action failure.
MONDAY_LIST_USERSAdd users to board
Adds users to a monday.com board with a specified role.
MONDAY_ADD_USERS_TO_BOARDArchive board
Archives a specified, existing, and unarchived board in monday.com; archived boards can typically be restored later.
MONDAY_ARCHIVE_BOARDArchive item
Archives an existing monday.com item, moving it from active board views to the archive where it can be potentially restored.
MONDAY_ARCHIVE_ITEMCreate a Monday board
Creates a monday.com board; `template id` if used must be accessible, and `folder id` must be in `workspace id` if both are provided.
MONDAY_CREATE_BOARDCreate column
Creates a new column with a specified type and title on a monday.com board.
MONDAY_CREATE_COLUMNCreate group
Creates a new group with the given `group name` on an existing monday.com board, identified by its `board id`.
MONDAY_CREATE_GROUPCreate item
Creates a new item on a monday.com board, optionally assigning it to a group and setting column values.
MONDAY_CREATE_ITEMDelete column
Deletes a specified column from a monday.com board; this action is destructive and cannot be undone via the api.
MONDAY_DELETE_COLUMNDelete group
Permanently deletes an existing group (and its items) from an existing board in monday.com.
MONDAY_DELETE_GROUPDelete item
Permanently deletes an existing monday.com item; this action is irreversible via the api.
MONDAY_DELETE_ITEMDuplicate item
Duplicates an item on a monday.com board, optionally including its updates.
MONDAY_DUPLICATE_ITEMMove item to board
Moves a monday.com item to a specified board and group; requires the item, target board, and target group to exist.
MONDAY_MOVE_ITEM_TO_BOARDMove item to group
Moves an item to a different group on the same monday.com board; the item and group must exist.
MONDAY_MOVE_ITEM_TO_GROUPUpdate board
Updates a specified attribute of an existing board on monday.com.
MONDAY_UPDATE_BOARDChange simple column value
Changes a specific column's value for a monday.com item using a simple string, suitable for text, status, or dropdown columns; can create new labels if `create labels if missing` is true for status/d…
MONDAY_CHANGE_SIMPLE_COLUMN_VALUE21 distinct actions, listed in full on this page — 6 to read, 14 to create & update, 1 to manage. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
The Monday integration guide · All 58 connectable apps · The agent builder