Back to QuickBooks Attachments
Connect Knoon AI with QuickBooks Attachments (QuickBooks) to automate AI workflows.
Attach a note to an existing QuickBooks Online transaction or item.
quickBooksAttachableCreateNote
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entityType | mustache | QuickBooks entity type to attach to, e.g. Invoice, Purchase, Bill, Item, Payment. | Yes |
| entityId | mustache | QuickBooks entity ID to attach to. | Yes |
| includeOnSend | mustache | Optional boolean. Set true to include this attachment when sending supported sales forms. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| note | mustache | Note text to attach. | Yes |
| payloadJson | mustache | Optional full Attachable JSON. If provided, it is sent instead of the generated body. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Attachable ID. |
| syncToken | string | Sync token. |
| fileName | string | Attachment file name. |
| note | string | Attachment note. |
| contentType | string | Attachment content type. |
| size | number | Attachment size in bytes. |
| fileAccessUri | string | QuickBooks file access URI. |
| tempDownloadUri | string | Temporary download URI when returned by QuickBooks. |
| thumbnailFileAccessUri | string | Thumbnail file access URI for image attachments. |
| thumbnailTempDownloadUri | string | Temporary thumbnail download URI when returned by QuickBooks. |
| createdAt | string | Creation timestamp. |
| updatedAt | string | Last updated timestamp. |
| refs | array | Linked QuickBooks entities. |




