Hello all,
I am trying to send a .csv in an email, but the email is sent without the file.
The idea is to generate the csv in the workflow and then attach it to the email, but it didn’t work.
So I saved the created file to a database item (called “backups”) and tried to send it via email in a separate workflow, but the email also is sent without the file.
I tried it with the default email sender in bubble and with a sendgrid plugin, but it also didn’t send the attached file.
I’ve tried all the above, but with a PDF instead of a .CSV, but the problme persists…
I`ve tested the urls from the files, and it downloads just fine…
Any idea what I might be doing wrong?