question

reubencovington avatar image
reubencovington asked

add custom tags to the auth_token_validated event from email template

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?

PlayStream
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

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.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.