I would like to use the callback domain as base URL for image paths inside the Password Reset email template. This is due to the fact that there are a number of applications on my account, each deployed to a different location and having different logos.
So far, I wasn’t able to access the application.callback_domain property inside the template - even if I make sure that the password reset request is properly initialized with the application ID, using this value inside the template result in an empty string inserted in its place in something like: <img src=“{{application.callback_domain}}/my_logo.jpg”…
Is this property accessible inside email templates? If it isn’t is there any suggested workaround (besides going if…else on application.clientID)?