AACFlow

Monday

Manage Monday.com boards, items, and groups

Usage Instructions

Integrate with Monday.com to list boards, get board details, fetch and search items, create and update items, archive or delete items, create subitems, move items between groups, add updates, and create groups.

Tools

monday_list_boards

Input

ParameterTypeRequiredDescription
limitnumberNoNo description
pagenumberNoNo description

Output

ParameterTypeDescription
boardsarrayboards output from the tool
idstringid output from the tool
namestringname output from the tool
descriptionstringdescription output from the tool
statestringstate output from the tool
boardKindstringboardKind output from the tool
itemsCountnumberitemsCount output from the tool
urlstringurl output from the tool
updatedAtstringupdatedAt output from the tool
countnumbercount output from the tool

monday_get_board

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description

Output

ParameterTypeDescription
boardjsonboard output from the tool
idstringid output from the tool
namestringname output from the tool
descriptionstringdescription output from the tool
statestringstate output from the tool
boardKindstringboardKind output from the tool
itemsCountnumberitemsCount output from the tool
urlstringurl output from the tool
updatedAtstringupdatedAt output from the tool
groupsarraygroups output from the tool
idstringid output from the tool
titlestringtitle output from the tool
colorstringcolor output from the tool
archivedbooleanarchived output from the tool
deletedbooleandeleted output from the tool
positionstringposition output from the tool
columnsarraycolumns output from the tool
idstringid output from the tool
titlestringtitle output from the tool
typestringtype output from the tool

monday_get_item

Input

ParameterTypeRequiredDescription
itemIdstringYesNo description

Output

ParameterTypeDescription
itemjsonitem output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool

monday_get_items

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description
groupIdstringNoNo description
limitnumberNoNo description

Output

ParameterTypeDescription
itemsarrayitems output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool
countnumbercount output from the tool

monday_search_items

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description
columnsstringYesNo description
limitnumberNoNo description
cursorstringNoNo description

Output

ParameterTypeDescription
itemsarrayitems output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool
countnumbercount output from the tool
cursorstringcursor output from the tool

monday_create_item

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description
itemNamestringYesNo description
groupIdstringNoNo description
columnValuesstringNoNo description

Output

ParameterTypeDescription
itemjsonitem output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool

monday_update_item

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description
itemIdstringYesNo description
columnValuesstringYesNo description

Output

ParameterTypeDescription
itemjsonitem output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool

monday_delete_item

Input

ParameterTypeRequiredDescription
itemIdstringYesNo description

Output

ParameterTypeDescription
idstringid output from the tool

monday_archive_item

Input

ParameterTypeRequiredDescription
itemIdstringYesNo description

Output

ParameterTypeDescription
idstringid output from the tool

monday_move_item_to_group

Input

ParameterTypeRequiredDescription
itemIdstringYesNo description
groupIdstringYesNo description

Output

ParameterTypeDescription
itemjsonitem output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool

monday_create_subitem

Input

ParameterTypeRequiredDescription
parentItemIdstringYesNo description
itemNamestringYesNo description
columnValuesstringNoNo description

Output

ParameterTypeDescription
itemjsonitem output from the tool
idstringid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdstringboardId output from the tool
groupIdstringgroupId output from the tool
groupTitlestringgroupTitle output from the tool
columnValuesarraycolumnValues output from the tool
idstringid output from the tool
textstringtext output from the tool
valuestringvalue output from the tool
typestringtype output from the tool
createdAtstringcreatedAt output from the tool
updatedAtstringupdatedAt output from the tool
urlstringurl output from the tool

monday_create_update

Input

ParameterTypeRequiredDescription
itemIdstringYesNo description
bodystringYesNo description

Output

ParameterTypeDescription
updatejsonupdate output from the tool
idstringid output from the tool
bodystringbody output from the tool
textBodystringtextBody output from the tool
createdAtstringcreatedAt output from the tool
creatorIdstringcreatorId output from the tool
itemIdstringitemId output from the tool

monday_create_group

Input

ParameterTypeRequiredDescription
boardIdstringYesNo description
groupNamestringYesNo description
groupColorstringNoNo description

Output

ParameterTypeDescription
groupjsongroup output from the tool
idstringid output from the tool
titlestringtitle output from the tool
colorstringcolor output from the tool
archivedbooleanarchived output from the tool
deletedbooleandeleted output from the tool
positionstringposition output from the tool

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started