Tracking Dynamic Recipients #348
Unanswered
AbbeyDesign
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to figure out how I can track dynamic recipients.
I have a notification that goes to 2 or 3 recipients. Their role is to approve something and the email gives them a link to a page on the site that does not require login. So I can't pull the userInfo if their not logged in. The template they click to pulls up the submission via the token that I have placed in the click here link from the email.
I need to somehow track which of these 2-3 recipients clicked "Approved".
Is there a way to inject an identifying snippet for each dynamic recipient? I think not because it's just an array right? Thinking out loud could I add some sort of string to the token like recipient=1, recipient=2. Is there even the ability in the email body to output the dynamic recipient email address? Eg recipient1 {{ recipient1 }} ... recipient2 {{ recipient2 }}
Beta Was this translation helpful? Give feedback.
All reactions