Monday.com project management software.

Changelog

21 versions
v3.2.0 Latest
  • Added test() (Flow Test Mode) to the NewItem, ArchivedItem, DeletedItem triggers.
v3.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v3.0.5
  • Fixed an issue where fetching boards in ListBoards component could exceed internal timeout for accounts with a large number of boards.
v3.0.3
  • Fixed an issue with loading column names for boards without any columns in the 'FindItems' component.
  • Fixed an issue with loading board list with a large number of boards in various components.
v3.0.1
  • Improved concurrency handling in ListBoards component to prevent redundant API calls.
v3.0.0
  • Breaking Change: Updated the 'file ID' field of 'AddFileToUpdate' component to be a filepicker.
  • Updated the query of GetItem to correctly include 'Title'.
v2.1.2
  • Fixed 'AddFileToUpdate' component.
v2.1.1
  • Remove unexpected module.json causing error on install using appmixer-cli.
v2.1.0
  • Upgraded to new monday.com API (2024-01).
  • New components AddFileToUpdate and CreateUpdate.
v2.0.0
  • Upgraded to new monday.com API and updated 'FindItems' component.
v1.1.3
  • Updated a tooltip.
v1.1.2
  • Fixed FindItems edge case.
v1.1.1
  • NewItem.ItemId removed from output fields.
v1.1.0
  • ListBoards using Appmixer cache to reduce API calls.
v1.0.7
  • CreateItem does not load groups if boardId is a variable.
v1.0.6
  • Fixed 'CreateItem' component.
v1.0.5
  • Fixed 'CreateBoard' component.
  • Updated error message.
v1.0.4
  • Type errors in the codebase that were causing unexpected behavior have been resolved.
  • The tooltips have been updated to provide more accurate and useful information.
v1.0.3
  • Improved pagination for ListBoards and ListWorkspaces components.
v1.0.2
  • Fixed undefined column values on 'GetItem' component.
  • Added few missing output fields.
  • Added validation for required inputs.
v1.0.1
  • Fixed FindItems component.
  • Added an output field 'position' in 'listGroups' component.
  • Changed 'boardId' type to text from number in 'DeleteBoard' component.

Authentication

TypeDetails
API Key
API Key (text)
The API key can be found by clicking on your profile picture, opening the Developers section. Then, click on Developers in the header menu and select My Access Tokens to get your personal API token.

Triggers

3
Archived Item icon

Archived Item

Triggers when an item has been archived in a board.
Deleted Item icon

Deleted Item

Triggers when an item has been deleted in a board.
New Item icon

New Item

Triggers when an item is created in a board.

Actions

17
Add File To Update icon

Add File To Update

Add a file to an update.
Archive Board icon

Archive Board

Archive a board.
Create Board icon

Create Board

Create a new board.
Create Item icon

Create Item

Create a new item in a board.
Create Update icon

Create Update

Create a new update in an item.
Delete Board icon

Delete Board

Delete an existing board.
Delete Item icon

Delete Item

Delete an existing item.
Find Items icon

Find Items

Find items by column values.
Get Item icon

Get Item

Get one item.
Get User icon

Get User

Get one user.
List Boards icon

List Boards

List all boards.
List Columns icon

List Columns

List all columns in a board.
List Groups icon

List Groups

List all groups in a board.
List Teams icon

List Teams

List all teams.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Monday.com API.
List Workspaces icon

List Workspaces

List all workspaces.
Run Query icon

Run Query

Executes an arbitrary GraphQL query against Monday.com API.