Skip to main content
asana.uploadTaskAttachment upload a file attachment to an Asana task.
automations/asana-upload-task-attachment.automation.ts
Provide taskId and a File. When you construct a file directly in automation code, set a stable lastModified value so durable replay sees the same input. Optional second argument { account } selects a named Asana binding. Returns the created attachment. Uploads are not replay-safe, so Automate.ax does not automatically repeat an ambiguous request.