Parameterized Strings
Parameterized strings let you dynamically insert values.
Last updated
Parameterized strings let you dynamically insert values.
Last updated
To see all available placeholders, start typing {{
in the prompt editor and select the relevant one.
To insert a specific string into your email address, use the following template:
Replace {{your_string_here}}
with the desired string.
If you prefer to use a timestamp in your email address, use the following syntax:
The {{timestamp}}
placeholder will be automatically replaced with the current timestamp.
{{currentDate}}
{{timestamp}}
{{randomNumber()}}
Specify the number of digits in the ()