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 operation adds subscribers to a specified Monday.com board. It supports adding individual users and teams as either owners or subscribers. This is useful for managing board access and notifications by programmatically updating the list of board subscribers, for example, when onboarding new team members or automating project collaboration setups.
Use Case Examples
- Add multiple users as owners and subscribers to a project board.
- Add entire teams as subscribers to a board to keep them updated on project progress.
Properties
| Name | Meaning |
|---|---|
| Board | The ID of the Monday.com board to which subscribers will be added. |
| User Subscribers | A collection of users to add as subscribers or owners to the board. Each user entry includes the user ID and a boolean indicating if they are an owner. |
| Team Subscribers | A collection of teams to add as subscribers or owners to the board. Each team entry includes the team ID and a boolean indicating if they are an owner. |
Output
JSON
ownerUsers- List of users added as owners to the board.subscriberUsers- List of users added as subscribers to the board.ownerTeams- List of teams added as owners to the board.subscriberTeams- List of teams added as subscribers to the board.boardId- The ID of the board to which subscribers were added.
Dependencies
- Monday.com API with an API key credential
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 user and team IDs are correct and exist in the Monday.com account.
- If the node fails, inspect error messages for details on missing permissions or invalid inputs.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, including mutations for managing board subscribers.