Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com updates, specifically supporting operations such as listing updates, creating updates, updating updates, deleting updates, pinning updates, duplicating updates, and uploading files to updates. It is useful for managing communication and collaboration within Monday.com boards by programmatically handling update content and attachments. For example, it can delete a specific update by its ID, create a new update with optional replies and mentions, or pin an important update to the top of an item.

Use Case Examples

  1. Delete an update by specifying its Update ID to remove outdated or incorrect information.
  2. Create a new update on an item with body content and optionally pin it to the top for visibility.
  3. Upload files to an existing update to share relevant documents or images.

Properties

Name Meaning
Update ID The unique identifier of the update to be deleted. This is required to specify which update to delete.

Output

JSON

  • id - The ID of the deleted update returned by the API.

Dependencies

  • Monday.com API key credential for authentication

Troubleshooting

  • Ensure the Update ID is provided and valid; missing or incorrect IDs will cause errors.
  • API key must be valid and have appropriate permissions to delete updates.
  • If the node throws an error about missing Update ID, verify that the input parameter is correctly set.
  • Network or API errors may occur; check connectivity and API status if requests fail.

Links

Discussion