Selecting Email Template

1
I’m using the “Email module with Templates@ module and I’ve created 3 email templates.  I want to use a specific template depending on some logic.  I’ve created a microflow in which I want to put that logic.  This microflow will end by calling the default “IVK_Create_And_Send” microflow in the module.  My question is where/how do I select which template I want to use?   Thanks, Kath
asked
1 answers
1

Hi Kathleen,

the IVK_SendEmail Microflow is only for sending out the final mail. For your case you would have to pick the Sub_CreateAndSendEmail Microflow.

answered