More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📎

Upload Attachment to Airtable

n8n-nodes-base.httpRequest

Upload a file attachment to an Airtable record. Supports files up to 5MB via base64 encoding.

airtable database attachment upload file api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Upload images to records
Attach documents to entries
Store files in Airtable

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for upload attachment to airtable. Copy and paste directly into your n8n workflow.
Method: POST
Endpoint: /v0/{{ $json.baseId }}/{{ $json.recordId }}/{{ $json.attachmentField }}/uploadAttachment
Nodes: 2
Auth: HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes