Use Monday.com as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
Triggers when Monday.com events occur (item created, column value changed, etc.). Real-time webhook notifications.
Get information about the user whose API key is being used
Retrieve one or multiple boards with their metadata and items
Create a new Monday.com board with specified properties
Update a Monday.com board's attributes
Duplicate a Monday.com board with its structure and optionally items
Archive a Monday.com board (can be restored later)
Permanently delete a Monday.com board (cannot be restored)
Returns an array containing metadata about one or a collection of columns from Monday.com boards
Create a new column on a Monday.com board
Change the value of a column in a specific item (row) with a JSON value
Change multiple column values of a specific item (row) using a JSON object with column IDs as keys
Change the title of a column in a Monday.com board
Update the metadata of an existing column (title or description)
Delete a column from a Monday.com board (permanently removes the column and all its data)
Get groups from a Monday.com board with metadata information
Create a new empty group in a Monday.com board
Update an existing group in a Monday.com board
Duplicate a group with all of its items in a Monday.com board
Move an item between groups on the same Monday.com board
Archive a group with all of its items in a Monday.com board (reversible)
Delete a group with all of its items from a Monday.com board (permanent)
Get specific items by their IDs with metadata (up to 100 items)
Create a new item in a Monday.com board with optional column values
Duplicate a single item in a Monday.com board
Move an item to a different Monday.com board with column mapping. Formula columns cannot be mapped.
Archive a single item in a Monday.com board (reversible)
Delete a single item from a Monday.com board (permanent)
Clear all updates on a specific Monday.com item, including replies and likes