Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Retrieve a list of all teams in a Monday.com account to display team structures or for further processing in automation workflows.
  2. 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 team
  • name - The name of the team
  • users - 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

Discussion