Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Retrieve all subscribers of a specific Monday.com item to send notifications or generate reports.
  2. 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 subscriber
  • account
    • id - ID of the subscriber's account
    • name - 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

Discussion