Skip to main content

Make.com Buffer/Binary Data upload to attachments field

  • June 24, 2024
  • 2 replies
  • 374 views

Zack_S
Forum|alt.badge.img+17

Is there a way to directly upload a PDF that was created in make.com HTTP module directly to Airtable?

 

2 replies

sflorez
Forum|alt.badge.img+2
  • Participating Frequently
  • July 13, 2024

Hello! @Zack_S 

You can but you will need a file url (temporary or permanent). If you have the file buffer your best bet is a service that you can upload the binary to and get back a url that you can then update the Airtable attachment field with. 

For example you could use AWS, upload the binary to S3 and then use the url to your S3 file for the Airtable attachement. 

I also came across this while checking out make integrations: https://www.make.com/en/integrations/onesaas

I would do some research to make sure it's legit but they have an "Upload a Buffer File to a Temporary URL" integration which would also work here. Best of luck, hope it points you in the right direction!


Julien_Mottet1
Forum|alt.badge.img+14
  • Known Participant
  • January 11, 2025

Hello,

You can do it with the Upload attachment API.
the "data" variable should be in base64.