I would like to send out invites with limited time. I found that it is possible to set the valid until field of a token, but I cannot figure it out how to add it to an email template.
What I would like to do is that each participant will have a different expiry date and they should be aware of that date. I tried to use the following placeholders but none of them worked
{TOKEN:VALIDUNTIL}
{TOKEN:VALIDFROM}
{TOKEN:validuntil}
{EXPIRY} (this is not the token but the survey expiry)
Documentation
here suggests that the {TOKEN:ATTRIBUTE_1} form should work, but I dont know what is the name of the "valid until" attribute. How can I do that?