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 lists all subscribers of a specified Monday.com board. It is useful for scenarios where you need to retrieve and manage the list of users and teams subscribed to a board, such as for notifications, access control, or reporting purposes. For example, you can use this operation to get all subscribers of a project management board to send updates or analyze team involvement.
Use Case Examples
- Retrieve all subscribers of a marketing campaign board to send targeted notifications.
- List subscribers of a development board to audit access and permissions.
Properties
| Name | Meaning |
|---|---|
| Board | The ID of the Monday.com board for which to list subscribers. This is a required field and can be selected from a list or specified via an expression. |
Output
JSON
id- Subscriber's unique identifier.is_guest- Indicates if the subscriber is a guest user.is_pending- Indicates if the subscriber's subscription is pending.is_verified- Indicates if the subscriber is verified.accountid- ID of the subscriber's account.logo- Logo of the subscriber's account.country_code- Country code of the subscriber's account.
name- Name of the subscriber.email- Email address of the subscriber.is_admin- Indicates if the subscriber has admin privileges.enabled- Indicates if the subscriber is enabled.created_at- Timestamp when the subscriber was created.team_subscribersid- ID of the subscribed team.name- Name of the subscribed team.users
*id- ID of a user in the subscribed team.
*name- Name of a user in the subscribed team.
*email- Email of a user in the subscribed team.
Dependencies
- An API key credential for Monday.com API
Troubleshooting
- Ensure the Board ID is provided and valid; missing or incorrect board ID will cause errors.
- Verify that the API key credential is correctly configured and has sufficient permissions to access board subscriber data.
- If the response is empty, check if the board actually has subscribers or if there are any access restrictions.
- Handle API rate limits by implementing retries or delays if you encounter rate limit errors.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, useful for understanding query structure and available fields.