Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
11 replies
Subscribers
9 subscribers
Views
5092 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
SendEmail Is there a way to insert a Text or HTML Email Template at
aneeshv
over 12 years ago
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
0
Eduardo Fuentes
Appian Employee
over 12 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 12 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data