Monday
Monday is a cloud-based work operating system where teams create workflow apps in minutes to run their processes, projects, and everyday work.
Delete item
Delete item
Action to delete an item in monday.com. returns raw json.
Delete group
Delete group
Action to delete a group from a monday.com board. returns raw json response unmodified.
Update board
Update board
Action to update a board’s attribute on monday.com via graphql. returns the entire raw json response as-is.
Add users to board
Add users to board
Action to add users to a board in monday.com.
Duplicate item
Duplicate item
Action to duplicate an item in monday.com using graphql. returns the raw json response.
Archive board
Archive board
Action to archive a board in monday.com using graphql. returns the entire json response unmodified.
Get group details
Get group details
Action to retrieve details about a specific group in a monday.com board. returns the entire json response unmodified.
Archive item
Archive item
Action to archive an item on monday.com. returns raw json.
List boards
List boards
Action to list boards from monday.com using graphql.
Change simple column value
Change simple column value
Action to change a single column value using a simple string in monday.com.
List board items
List board items
Action to retrieve all items from a specific monday.com board. returns the full json payload, unmodified.
Create column
Create column
Action to create a new column on a monday.com board. returns the raw json response.
List columns
List columns
Action to retrieve columns from a specific board in monday.com. returns the raw json response.
Create board
Create board
Action to create a board in monday.com via graphql.
List items
List items
Action to query items by ids in monday.com via graphql. returns the raw json response.
Create group
Create group
Action to create a new group on a monday.com board. returns the entire json response unmodified.
List users
List users
Action to retrieve users from monday.com via the ‘users’ query. returns the raw json response (including data and errors).
Move item to board
Move item to board
Action to move an item to another board in monday.com. returns the raw json response.
Create item
Create item
Action to create a new item on a monday.com board via graphql. returns the entire raw json response.
Delete column
Delete column
Action to delete a column in monday.com. returns the raw json response.
Move item to group
Move item to group
Action to move an item to another group in the same board. returns the raw json response.