Adobe Campaign API For Creating Transactional Message Templates | Community
Skip to main content
June 23, 2022
Solved

Adobe Campaign API For Creating Transactional Message Templates

  • June 23, 2022
  • 1 reply
  • 1258 views

Creating multiple transaction message templates seem to be very redundant and manually time consuming activity, Is there a better way to create the templates like EMAIL and SMS specifically by using the APIs. If so, where can I find the relevant documentation? I have so far gone through a few APIs which doesn't seem to be regarding the templates. Any help is much appreciated. Thanks in Advance.

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 bisswang

Unfortunately there is no public API available to do so.

Though you could use XML Deployment packages to import the events + transactional messages.

After the import, you would then only have to publish both the event and the message via the UI

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
June 24, 2022

Unfortunately there is no public API available to do so.

Though you could use XML Deployment packages to import the events + transactional messages.

After the import, you would then only have to publish both the event and the message via the UI

June 27, 2022

Thank you!

It's unfortunate that such API is not available. Given the number of templates we create, it is so time consuming to do. 

About the 'XML Deployment packages to import the events + transactional messages', could you please provide some documentation on this that I could refer to? Relatively new to this so any help would be great. Thanks in Advance! 🙂

June 28, 2022

https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/importing-and-exporting-data/managing-packages.html?lang=en

This describes the export + import.

The package is a ZIP containing XML + optionally image files.

You can modify the XML and then re-import.

Though there is no detailed documentation on the XML structure etc


Thank you!