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 related to updates such as listing updates, creating, updating, deleting, pinning, duplicating updates, and uploading files to updates. It is useful for automating and managing update content on Monday.com items, enabling workflows to programmatically handle update data and attachments.
Use Case Examples
- List updates on a specific item to monitor recent changes or communications.
- Create a new update or reply to an existing update on an item to automate status reporting or comments.
- Duplicate an existing update to reuse content across items.
- Upload files to an update to attach relevant documents or images automatically.
Output
JSON
id- The unique identifier of the update.text_body- The text content of the update.created_at- Timestamp when the update was created.updated_at- Timestamp when the update was last updated.creatorid- ID of the user who created the update.name- Name of the user who created the update.
assets- List of files attached to the update, including name, public URL, and file size.replies- Replies to the update, including text body, creation time, and creator name.pinned_to_top- Indicates if the update is pinned to the top of the item.
Dependencies
- An API key credential for Monday.com API access
- The Monday.com GraphQL API endpoint
Troubleshooting
- Ensure the API key credential is correctly configured and has sufficient permissions to access updates.
- Verify that the item ID provided for update operations exists and is accessible.
- Check for proper formatting of input parameters, especially when creating or updating updates.
- Handle API rate limits and errors gracefully; the node supports continue on fail to manage errors without stopping workflows.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, including updates and mutations.