Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Is it possible to publish transactional message template via JavaScript (or any other automatable method)?

Avatar

Level 2

I can't find a way to publish the template to the execution instance, other than doing so manually.

Under certain predefined conditions I would like to make changes to the event type of a transactional message template and then publish the template in an automated fashion. Is this possible?


Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Dandrews2 ,

Check out "DeployTriggerMessages" Soap function which you can try calling with the Js script: link

Br,

Shubham

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Dandrews2 ,

Check out "DeployTriggerMessages" Soap function which you can try calling with the Js script: link

Br,

Shubham

Avatar

Level 2

Sorry for the delayed response, but thank you. Very helpful.