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 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
- Delete an update by specifying its Update ID to remove outdated or incorrect information.
- Create a new update on an item with body content and optionally pin it to the top for visibility.
- 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
- Monday.com API - delete_update Mutation - Official documentation for the delete_update mutation used to delete an update by ID.