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 Monday.com items, specifically supporting the operation to list all subscribers of a given item. It fetches subscriber details such as email and account information for the specified item ID. This is useful for workflows that need to notify or manage item subscribers, track engagement, or integrate subscriber data with other systems.
Use Case Examples
- Retrieve all subscribers of a specific Monday.com item to send notifications or generate reports.
- Use in automation to update subscriber lists or trigger actions based on subscriber data.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item for which to list subscribers. This is a required input. |
Output
JSON
email- Email address of the subscriberaccountid- ID of the subscriber's accountname- Name of the subscriber's account
Dependencies
- Requires an API key credential for Monday.com (Worktables API) to authenticate requests.
Troubleshooting
- Ensure the provided Item ID is valid and exists in the Monday.com workspace.
- Verify that the API key credential is correctly configured and has sufficient permissions to access item subscriber data.
- Common errors include missing or invalid API key, invalid item ID, or network issues. Check error messages for details and ensure the node is configured correctly.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, useful for understanding available queries and mutations.