Is it possible to have separate emails per application?

I’m trying to have a special invite-only application, but I want it to have special verification and password change emails for when I invite them to be a part of it. I want it to have verbiage more akin to, “you have been invited to be a part of this application”, whereas for my other applications, I want to say something like “Please verify your email”. I hope that makes sense. Thanks!

1 Like

Assuming you are using built in email templates and your own custom email provider, you can send different email body based on application.clientID using liquid format. Similar to the example shown here Customize Email Templates

Reference Customize Email Templates

1 Like

Thanks. I found that, and I started working on that. Can I use the {% if %} {% else %} stuff in the Subject as well?

That is correct! You can use Liquid Syntax for that as well

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.