Hello!
I was wondering is there a way to resend an email that went out with a form submission? So the form is submitted, the email went out, and I would like to be able to resend that email. Thanks and have a great day!
Dan
Hello!
I was wondering is there a way to resend an email that went out with a form submission? So the form is submitted, the email went out, and I would like to be able to resend that email. Thanks and have a great day!
Dan
Hey @Dan
There is no way to resend the exact email that was sent on a particular form submission. You could recreate it by adding an action link to the grid so with one click it will send an email.
You’ll need to construct the email content the same as your form submission. I’d also recommend adding a date/time stamp field so you can track when it was clicked. Also a connection to the Accounts object will enable you to track who clicked the link.
If you want to avoid an email being sent on an action link then you could add a blank edit form and use the same method of sending the email on form submission.
If you want it to be on a schedule you could use a task, if you’re on a Pro plan or above. Otherwise, if it still needs to be automated then Make can send on a schedule using another email service such as Office 365 or Gmail.
Worked perfectly! Thank you thank you!