Back to Xero Accounting Attachments
Connect Knoon AI with Xero Accounting Attachments (Xero) to automate AI workflows.
Upload a knoon attachment to a supported Xero accounting resource.
xeroAccountingAttachmentsUpload
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entityType | string | Supported Xero accounting resource type. | Yes |
| entityId | mustache | Xero entity ID. | Yes |
| content | attachment | Knoon attachment to upload. | Yes |
| fileName | mustache | Optional file name override. | No |
| idempotencyKey | mustache | Optional Xero idempotency key header. | No |
Returns
| Name | Type | Description |
|---|---|---|
| attachmentId | string | Xero attachment ID. |
| fileName | string | Attachment file name. |
| mimeType | string | Attachment mime type. |
| contentLength | number | Attachment size in bytes. |
| url | string | Attachment URL when returned by Xero. |










