Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node interacts with the Monday.com API to manage teams within the Worktables resource. Specifically, the 'List Teams' operation fetches all teams along with their associated users, including user IDs, names, and emails. This is useful for workflows that require team data retrieval for collaboration, reporting, or user management purposes.
Use Case Examples
- Retrieve a list of all teams in a Monday.com account to display team structures or for further processing in automation workflows.
- Fetch teams and their members to synchronize with other systems or to trigger notifications based on team membership.
Output
JSON
id- The unique identifier of the teamname- The name of the teamusers- List of users in the team, each with id, name, and email
Dependencies
- Monday.com API key credential
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access team data.
- If the node returns an error about missing API key, verify that the credential is properly set up in n8n.
- Network issues or API rate limits may cause request failures; check connectivity and API usage limits.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, including queries related to teams.