Mar 6, 2019 12:14 PM
Is there a way to create automated email reports that fire at a given period of time after the email has gone out?
I would like to automatically email selected internal contacts individual reports for emails 7 days after the send date with the following data:
Emails are manually sent to lists that are then deleted, so the only trigger would have to be the name of the email.
Has anyone experimented with this before? Any ideas on how to create this?
Mar 25, 2022 1:50 PM
We desperately need something along these lines as well. I'm surprised that nothing exists yet.
Mar 7, 2019 6:00 PM
Hi @Aaaaandrei , there's no built-in functionality like that, you'd have to program this action. You could perhaps use a webhook in a workflow to fire once the email is sent off, then use the Email Events API to pull those stats programmatically and do with them what you please.