We are sending an email with a custom email template and we have a rule that triggers off auth_token_validated to know when the confirmation link is clicked.
We want to get the email that the link was clicked from, as we are not nessesarily sending the email to the account's contact email. How do we pass data via the email template and the callback custom tags to do this?
Answer by Gosen Gao · Jan 05 at 08:41 AM
If you are using API SendEmailFromTemplate or other "SendEmail" APIs to send the email, you will find that it is not support to customize the email address, you can only send email to a registered contact email. And, Email Template cannot read customize properties from an event payload.