monday-get-item-files
Retrieve files attached to a Monday.com item, such as PDFs, documents, or images, using the item ID to manage and organize your data effectively.
Instructions
Get files (PDFs, documents, images, etc.) attached to a Monday.com item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemId | Yes | ID of the Monday.com item to get files from. |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "ID of the Monday.com item to get files from.",
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}