Monday
Learn how to use Monday with Composio
Overview
Enum
MONDAY
Description
Monday is a cloud-based work operating system where teams create workflow apps in minutes to run their processes, projects, and everyday work.
Authentication Details
OAUTH2
Actions
MONDAY_CHANGE_SIMPLE_COLUMN_VALUE
Action to change a single column value using a simple string in monday.com.
Action Parameters
Action Response
MONDAY_LIST_ITEMS
Action to query items by ids in monday.com via graphql. returns the raw json response.
Action Parameters
Action Response
MONDAY_DELETE_GROUP
Action to delete a group from a monday.com board. returns raw json response unmodified.
Action Parameters
Action Response
MONDAY_MOVE_ITEM_TO_GROUP
Action to move an item to another group in the same board. returns the raw json response.
Action Parameters
Action Response
MONDAY_CREATE_COLUMN
Action to create a new column on a monday.com board. returns the raw json response.
Action Parameters
Action Response
MONDAY_LIST_BOARD_ITEMS
Action to retrieve all items from a specific monday.com board. returns the full json payload, unmodified.
Action Parameters
Action Response
MONDAY_LIST_COLUMNS
Action to retrieve columns from a specific board in monday.com. returns the raw json response.
Action Parameters
Action Response
MONDAY_LIST_BOARDS
Action to list boards from monday.com using graphql.
Action Parameters
Action Response
MONDAY_DUPLICATE_ITEM
Action to duplicate an item in monday.com using graphql. returns the raw json response.
Action Parameters
Action Response
MONDAY_UPDATE_BOARD
Action to update a board’s attribute on monday.com via graphql. returns the entire raw json response as-is.
Action Parameters
Action Response
MONDAY_LIST_USERS
Action to retrieve users from monday.com via the ‘users’ query. returns the raw json response (including data and errors).
Action Parameters
Action Response
MONDAY_DELETE_COLUMN
Action to delete a column in monday.com. returns the raw json response.
Action Parameters
Action Response
MONDAY_CREATE_ITEM
Action to create a new item on a monday.com board via graphql. returns the entire raw json response.
Action Parameters
Action Response
MONDAY_CREATE_BOARD
Action to create a board in monday.com via graphql.
Action Parameters
Action Response
MONDAY_ADD_USERS_TO_BOARD
Action to add users to a board in monday.com.
Action Parameters
Action Response
MONDAY_DELETE_ITEM
Action to delete an item in monday.com. returns raw json.
Action Parameters
Action Response
MONDAY_GET_GROUP_DETAILS
Action to retrieve details about a specific group in a monday.com board. returns the entire json response unmodified.
Action Parameters
Action Response
MONDAY_ARCHIVE_BOARD
Action to archive a board in monday.com using graphql. returns the entire json response unmodified.
Action Parameters
Action Response
MONDAY_ARCHIVE_ITEM
Action to archive an item on monday.com. returns raw json.
Action Parameters
Action Response
MONDAY_MOVE_ITEM_TO_BOARD
Action to move an item to another board in monday.com. returns the raw json response.
Action Parameters
Action Response
MONDAY_CREATE_GROUP
Action to create a new group on a monday.com board. returns the entire json response unmodified.
Action Parameters
Action Response