SendEmail Is there a way to insert a Text or HTML Email Template at

SendEmail

Is there a way to insert a Text or HTML Email Template at runtime in the SendEmail Smart Service?

For e.g. I want to select an Email Template based on Language at runtime.

If Language = Spanish , Select Spanish Template
If Language = French, Select French Template
If Language = English, Select English Template

Etc.

I don't see this option currently?

How can we achieve this with a Text or HTML Template?

...

OriginalPostID-63550

OriginalPostID-63550

  Discussion posts and replies are publicly visible

Parents
  • The template field in the "Send E-mail" smart service is not an expression-able, you cannot use conditions to assign the template. Instead you could use a gateway (e.g. XOR) to direct the flow to a different send e-mail configured with the corresponding template. Assuming you have 3 languages, your model would need three different send e-mail nodes pointing to different templates; the decision of which one should be trigger would be delegated to the gateway not to the send e-mail activity.
Reply
  • The template field in the "Send E-mail" smart service is not an expression-able, you cannot use conditions to assign the template. Instead you could use a gateway (e.g. XOR) to direct the flow to a different send e-mail configured with the corresponding template. Assuming you have 3 languages, your model would need three different send e-mail nodes pointing to different templates; the decision of which one should be trigger would be delegated to the gateway not to the send e-mail activity.
Children
No Data