Dynamic From Address for Email Templates

I’m trying to customize our email templates to dynamically based upon which Application the request is coming from using liquid if/else syntax, but the API does not like it and states that the input must be in the format:

Possible values: an email address (‘support@yourapp.com’) or a prefix and an email address between <> (‘Your App support@yourapp.com’)

Is there any supported way to change the from email address based upon the Application

1 Like

Hi @Evan.Kellogg

It has been a while since I looked at this, but my memory is that you can only change the prefix with Liquid Syntax, not the address (in <>), and you can’t use if syntax.

Please do a feature request on this: Auth0: Secure access for everyone. But not just anyone.

Thanks

John

1 Like