Is it possible to publish transactional message template via JavaScript (or any other automatable method)? | Community
Skip to main content
Level 2
November 30, 2022
Solved

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

  • November 30, 2022
  • 1 reply
  • 760 views

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?


This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shubham_Goyal__

Hi @dandrews2 ,

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

Br,

Shubham

1 reply

Shubham_Goyal__
Shubham_Goyal__Accepted solution
Level 6
December 1, 2022

Hi @dandrews2 ,

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

Br,

Shubham

Dandrews2Author
Level 2
December 19, 2022

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