Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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?


Sujets

Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.

1 solution acceptée

Avatar

Réponse correcte par
Level 7

Hi @Dandrews2 ,

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

Br,

Shubham

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Level 7

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.