cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Message Template

Prudvi
Executive Chef II
Executive Chef II

Hi All,
Do we have an option to clone an existing Message temple using input fields.
If not it would be useful to be able to add a column option so that we can modify the template and add/remove required fields without adding again the complete template.
Regards
Siddhartha

4 REPLIES 4

bonrull
Deputy Chef I
Deputy Chef I

Hi,

At the moment, we don't have a feature yet to clone an existing message template. You may submit your feedback or enhancement request through our designated Workato Feedback page by navigating to AssistIQ, selecting "Give Feedback," and then making a suggestion.

Product Support Analyst

1dheeraj2
Deputy Chef III
Deputy Chef III

We can achieve this using a Mustache template with some conditional checks. For example, if I pass the field names as input variables, they will appear in the output; otherwise, they won't. This way, I can use a single template for different email communications.

{{#column1}}<td class="cell" style="{{#column1Bold}}font-weight:bold;{{/column1Bold}}{{#column1TextColor}}color:{{column1TextColor}};{{/column1TextColor}}{{#column1BackgroundColor}}background-color:{{column1BackgroundColor}};{{/column1BackgroundColor}}">{{#url1}}<a href="{{url1}}">{{/url1}}{{value1}}{{#url1}}</a>{{/url1}}</td>{{/column1}}

Obugari
Deputy Chef III
Deputy Chef III

Hi @Prudvi 
You can define the Template body with all fields and coming to Template input what ever required u can add those (depend on your requirements) . Later it you want to add field or delete field directly can add in input rather than in template body . I hope it helps .Correct me if I am wrong here 
Thankyou 

sridevib
Deputy Chef II
Deputy Chef II

Hi @Prudvi  Build a callable recipe that clones and updates template based on input fields