Miscellaneous
These replacements are for Activity Mileage Replacements
Password Notification
Use this replacement to send the password generated during registration. This replacement is only available in the "Password Notification" email sent immediately after a party is registered.
${temporal.registration.password}
Event invitations
First way (one replacement):
${event.[event code or id].[code batch name].invitation_params}
This returns something similar to:
&invitationToken=c44e1d7e968ee87ea64fafa3382771e2&invitationCode=2424
This option will be used when acceptance of the invitation is required without the party logged in.
REST: Accept invitation without login
Second way (two replacements):
${event.[event code or id].[code batch name].invitation_token}${event.[event code or id].[code batch name].invitation_code}
This option will be used when the user is already logged in.
REST: Accept/Decline Invitation
In this case you can specify the names of the parameters, for example:
?myInvToken=${event.PERFEST.MAILING.invitation_token}&myInvCode=${event.PERFEST.MAILING.invitation_code}
This return:
?myInvToken=c44e1d7e968ee87ea64fafa3382771e2&myInvCode=2424
If event not need code, the [code batch name] can be omitted in both cases.
Unsubscribe
Mode 1 : Prepare your own unsubscribe page using Token only mode
This replacement:
${unsuscribe.params}
returns something similar to:
unsuscribeToken=c44e1d7e968ee87ea64fafa3382771e2
It should be used as part of a URL that receives the token and uses it to request to Thalamus the unsubscribe service.
Mode 2 : Prepare your own unsubscribe page using Token only mode, defining param name
${unsuscribe.token}
In this case you can specify the name of the parameter, for example:
?myToken=${unsuscribe.token}
It should be used as part of a URL that receives the token and uses it to request to Thalamus the unsubscribe service.
Mode 3: use Thalamus default unsubscribe page
Include on the email HTML the following replacement that is replaced by the URL of the Thalamus Default Unsubscribe page:
${unsuscribe.url.[touchpoint code or id]}
For example:
${unsuscribe.url.touchpointCode}
Validation Codes
This replacement generates a random validation code for a person, which can be sent via SMS or email.
${partyValidatorCode_email}${partyValidatorCode_sms}
Validation Name and Birthday by Validador Veraz Argentina
This replacement returns either a random name/birthdate (from pre-configured application properties) or the actual name/birth date from the party's profile.
${validator.[name|birthdate].[1|2|3 ...]}(Example:${validator.birthdate.3})
Last updated
Was this helpful?
