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 (Worktables) API to perform various operations related to boards, items, updates, teams, users, notifications, and file downloads. Specifically, for the 'Download File' resource and 'Download File' operation, it downloads a file from Monday.com using the provided asset ID. It fetches the public URL of the file asset, retrieves the file content, and prepares it as binary data for output. This node is useful for automating workflows that require downloading files stored in Monday.com, such as attachments or assets linked to items or updates.
Use Case Examples
- Downloading a file attachment from a Monday.com board item by specifying the asset ID.
- Automating the retrieval of files from Monday.com to store or process them in other systems.
Properties
| Name | Meaning |
|---|---|
| Asset ID | The ID of the asset (file) to download from Monday.com. This is a required string input. |
Output
Binary
The binary output contains the downloaded file data under the property 'data'.
JSON
json- Empty JSON object as the main output since the file content is provided in binary form.
Dependencies
- Requires an API key credential for Monday.com (Worktables API) to authenticate requests.
Troubleshooting
- Common issues include missing or invalid API key credentials, resulting in authentication errors.
- If the provided asset ID is invalid or does not correspond to a file with a public URL, the node throws an error indicating the public URL was not found.
- Network or permission issues may cause failures when fetching the file content from the public URL.
- Ensure the asset ID is correctly specified and the API key has sufficient permissions to access the file asset.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, useful for understanding available queries and mutations.