monday-get-update-files
Retrieve files (PDFs, documents, images) attached to a specific update in Monday.com by providing the update ID, enabling efficient access to linked resources within your workflow.
Instructions
Get files (PDFs, documents, images, etc.) attached to a specific update in Monday.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
updateId | Yes | ID of the Monday.com update to get files from. |
Input Schema (JSON Schema)
{
"properties": {
"updateId": {
"description": "ID of the Monday.com update to get files from.",
"type": "string"
}
},
"required": [
"updateId"
],
"type": "object"
}