Extract Template that's not stored in Conten Template using API | Community
Skip to main content
Silvio6
New Participant
September 15, 2025
Solved

Extract Template that's not stored in Conten Template using API

  • September 15, 2025
  • 1 reply
  • 231 views

Hi, I'd like to extract channel templates using API but the thing is that none of my templates were created in the "Content Template" section and I think the Content Template API is pointing to that section. All my templates were created using Campaign or Journeys.

 

So, I need to extract from AJO all my templates but none of them is in the "Content Template" section.

 

Is there a way I can do that?

 

Thanks.

Best answer by SatheeskannaK

@silvio6 

The only way to access these templates through the content template API is by saving messages from your journeys or campaigns as content templates.
 
Once these messages are saved as content templates, you can then retrieve their content template IDs. With these IDs, you can make an API call to access all the saved templates.

 

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
September 16, 2025

@silvio6 

The only way to access these templates through the content template API is by saving messages from your journeys or campaigns as content templates.
 
Once these messages are saved as content templates, you can then retrieve their content template IDs. With these IDs, you can make an API call to access all the saved templates.

 

Thanks, Sathees