miniature-sunset-64101
06/27/2023, 11:18 AM{{ .To }}
, {{ .VerificationURL }}
& {{ .VerificationCode }}
, but was wondering if one could also do stuff like:
⢠{{ identity.traits.first_name }}
⢠{{ verification_flow.id }}
^ In the mailers?
I don't see them listed as available variables, but thought to ask just in case the docs don't mention itminiature-sunset-64101
06/27/2023, 11:28 AM{{ .Identity }}
key holds the traits I need, but I assume the verification_flow.id
is not available?proud-plumber-24205
06/27/2023, 12:17 PMproud-plumber-24205
06/27/2023, 12:17 PM{{ .Identity }}
is the only one available.proud-plumber-24205
06/27/2023, 12:17 PMminiature-sunset-64101
06/27/2023, 12:20 PM{{ .VerificationURL }}
by passing the entire URL as a query to a custom UI page, and deconstructing it.
Inelegant, but it works well enough. There are a few instances like this where a little hack is required to remain on the custom UI and not end up being redirected to one of the built-in UI pagesfast-lunch-54279