Dec 10, 2019 11:48 AM
Hi Guys,
Hoping this is an easy one (however I cannot seem to find a similar problem or answer anywhere on the forum)!
I am using Integromat to automate the sending of emails using Gmail, these emails have attachments which are uploaded to Airtable. Everything seems to be working well - the email is triggered in integromat, however all the attachments received are 1kb and cannot be opened.
I have tried it with different attachment fields in my Airtable and with different records, still seems to be the same.
After the scenario is run in integromat, I can see the below:
The link given can be opened in a browser.
The attachment settings in Integromat look like this -
Hopefully I am missing something easy.
Thanks,
Dec 10, 2019 01:12 PM
I will answer my own question in case someone else looks for this in the future!
You need to use a HTTP Get File module to download the data from Airtable before attaching it to the email.
The Get File module is run after the airtable module and before the gmail action.
Apr 26, 2022 10:00 AM
Thanks @Theo_Field is this the only way to attach files from Airtable to Gmail?
It seems a bit cumbersome as it requires me to use an iterator for multiple attachments but that prevents me from accessing other information earlier in the scenario.