Uploads a file attachment to a specified field in an Airtable record. Use when you need to add a file to an attachment field. The file must be provided as a base64-encoded string.
fileRequiredstringThe file content encoded as a base64 string. This is the base64-encoded binary content of the file to be uploaded.
baseIdRequiredstringThe unique identifier of the Airtable base containing the record.
filenameRequiredstringThe name of the file including its extension (e.g., 'test.txt', 'document.pdf', 'image.jpg').
recordIdRequiredstringThe unique identifier of the record to which the attachment will be uploaded.
contentTypeRequiredstringMIME type of the file being uploaded (e.g., 'text/plain', 'image/jpeg', 'application/pdf').
attachmentFieldIdOrNameRequiredstringThe field ID (e.g., 'fldXXXXXXXXXXXXXX') or field name of the attachment field where the file will be uploaded.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.