Export All Delivery Templates | Community
Skip to main content
Level 3
July 6, 2022
Solved

Export All Delivery Templates

  • July 6, 2022
  • 1 reply
  • 1493 views

Hi,

 

Is there a way to export all Delivery Templates' html in Adobe Standard. I would like to export all the delivery template stored in our instance, but don't know in which resource they reside, so I can create a workflow to extract them all. 

 

Any help much appreciated,

JohnnyBravo

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 Manoj_Kumar

Hello @johnnybravo 

Follow these steps:

1. Login to your ACS.

2. Open https://<instance_url>>/rest/head/deliveryTemplate URL

3. You will get all the deliveryTemplate

4. Use the JSON to copy the HTMl from  Content >  email[0] -> HTML > source

 

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
July 7, 2022

Hello @johnnybravo 

Follow these steps:

1. Login to your ACS.

2. Open https://<instance_url>>/rest/head/deliveryTemplate URL

3. You will get all the deliveryTemplate

4. Use the JSON to copy the HTMl from  Content >  email[0] -> HTML > source

 

Manoj  | https://themartech.pro
Level 3
July 8, 2022

Hi Manoj_Kumar_,

 

Thank you again for the help. It seems it only returns 25 templates, but I know there are more than 200. 

I hit this endpoint https://<instance_url>>/rest/head/deliveryTemplate using our instance url. Does it page a certain number of resources by default and, if so, how do it return all templates?

 

Thank you kindly,

Johnny Bravo

Level 3
July 9, 2022

You may refer to _lineStart and _lineCount:

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/global-concepts/additional-operations/pagination.html?lang=en


Thank you very much ramon_bisswanger for the quick help with this, worked like a charm!

 

Kind regards,

JohnnyBravo