-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Monday — add List Boards action #20749
Copy link
Copy link
Open
Labels
HIGH PRIORITYPIPE-SNactionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Metadata
Metadata
Assignees
Labels
HIGH PRIORITYPIPE-SNactionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Ready for QA
Is there a specific app this action is for?
Monday
Please provide a link to the relevant API docs for the specific service / operation.
https://developer.monday.com/api-reference/reference/boards
Problem
There is no standalone action to list Monday boards. The
boardIdprop is accessible viaretrieve_optionswithin existing actions, but agents have no dedicated tool to list boards directly.What's needed
A standalone List Boards action that queries the Monday GraphQL API for boards and returns board IDs and names.
Notes
boardIdprop callsthis.listBoardsOptions()→ GraphQLboardsquerylistBoardsmethod already exists inmonday.app.mjsand can be reused[PIPE-63]