[Airtable] Add operation upload file

The idea is:

When creating/updating a record in Airtable, we can add an attachment using:

{
url: "https://public/endpoint/to/the/file"
filename: "whatiwant.png"
}

Airtable provides an endpoint to upload a file to a record cell : Airtable Web API

I would like to either:

  • create a new operation in the Airtable node to upload a file to a specific cell.
  • if the user pass a binary in the create/update record field, it create/update the record, then it uploads the file

My use case:

I just want to upload a file to Airtable

I think it would be beneficial to add this because:

A lot of people a questioning how to do it on Airtable forum and on n8n forum.

Any resources to support this?

Are you willing to work on this?

Maybe