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 the 'Pin' operation for updates. It allows users to pin a specific update to the top of an item on a Monday.com board. This is useful for highlighting important updates or announcements related to a particular item. For example, a project manager can pin a critical update to ensure it remains visible to all team members working on that item.
Use Case Examples
- Pin an update to the top of a task item to highlight important information.
- Pin a status update on a project item to keep it visible for all collaborators.
Properties
| Name | Meaning |
|---|---|
| Item | The ID of the item on the selected board to which the update belongs. This is required to specify the context of the update to pin. |
| Update ID | The ID of the update to be pinned. This identifies the specific update on the item that will be pinned to the top. |
Output
JSON
id- The ID of the pinned update returned from the API.
Dependencies
- Requires an API key credential for Monday.com (WorktablesApi) to authenticate requests.
Troubleshooting
- Ensure both 'Item ID' and 'Update ID' are provided; missing either will cause errors.
- If the API key is missing or invalid, the node will throw an authentication error.
- Errors from the Monday.com API are returned with messages; check the error details for specific issues.
- If the node is set to continue on fail, errors will be returned in the output JSON under an 'error' property.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, useful for understanding update and pin operations.