Dynamically configure which email template is sent for a new User insert?

There are two ways Users are created in my app:

  1. The registration form, completed by the user (standard sign-up process for every website)
  2. Programmatically so users have accounts waiting for them

I want to send different confirmation emails depending on the way the account was created. I’ve tried the Register User block, the Save Object block, and the Upsert Object block (not all at the same time) and they all trigger the default registration email template to be sent.

image

What are my options?

Hello @Tim_Jones

You could disable the automatic sending of registration email here

And do it manually with the needed template.

Regards, Dima

That will work.

Thanks,
Tim