Hi All,
I’m new to Make and workflows in general. I’m trying to create a program that emails users a personalize certificate. I’d like the email to send the PDF as an attachment, but if I had to send it as a link to a drive folder location that could work too). I’m currently working towards a solve that utilizes google scripts and a Make workflow, but I’m running into some challenges. I’m also open to doing this entirely in a Make workflow if that’s possible (I couldn’t figure that out though).
Here’s what I’m envisioning and where I’m having some challenges:
Using a google script: (I’ve been able to do this)
Create a personalized certificate:
- Pull in user name from google sheet
- Input name into dynamic google slide
- Save google slide presentation as a PDF in a google drive
Next, using a Make workflow, I’d like to automatically send the user their certificate each time a new PDF is added to a specified Google Drive folder. I was trying to set this up using a Google Drive and Gmail module. However, it doesn’t look like the Google Drive module can “watch for” and trigger off of a PDF as a file type.
I’m basically stuck at this point. Is there anyway around this using the flow I described above or would a different workflow or combination of modules work?