Hi there!
I need to send calendar invites by email automation to people I book for events. I’m using Make to create the calendar invite and upload it as a file in Airtable.
Then, I’m using automations to send the .ics file as an email attachment to people I book for my events. They can then download it from their email and it creates a calendar invite for them. Everything seem to work just fine when I test things.
However, I have two types of emails to send via automations :
-
Initial invitation when I’m booking someone to an event :
- Triggered when the entry matches conditions
- Sends email with .ics attachment
- This one doesn’t work and the error is ‘An attachment url is disallowed’
-
Updates (for when something changes such as the event duration) :
- Triggered when the entry is updated
- Sends emails with .ics attachment
- Works fine!
Any idea why my initial email won’t send? My guess is that it’s because the trigger is too fast and the file hasn’t completely uploaded to Airtable so the automation still thinks it’s a link instead of a file. I have no idea how to correct this though.
Thanks a lot !