Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com boards to remove subscribers from a specified board. It is useful for managing board access and notifications by removing one or more users from the subscriber list of a board. For example, if a project board has users who no longer need updates, this node can remove them efficiently.

Use Case Examples

  1. Remove specific users from a project board to stop receiving notifications.
  2. Manage board subscribers by removing inactive or irrelevant users.

Properties

Name Meaning
Board The Monday.com board from which subscribers will be removed. This is selected from a list or specified by ID.
Remove Subscribers The list of subscribers (users) to be removed from the selected board. Multiple subscribers can be selected or specified by IDs.

Output

JSON

  • id - ID of the subscriber removed from the board

Dependencies

  • Monday.com API key credential required for authentication

Troubleshooting

  • Ensure the API key credential is correctly configured and has permissions to modify board subscribers.
  • Verify that the board ID is valid and accessible by the API key user.
  • Check that the subscriber IDs to remove are valid and currently subscribed to the board.
  • Common error messages include 'API Key not found' if credentials are missing, or 'Board ID is required' if the board parameter is not provided.

Discussion