Upload HTMLs | Community
Skip to main content
Level 3
April 22, 2024
Solved

Upload HTMLs

  • April 22, 2024
  • 2 replies
  • 2244 views

Hi,

 

one question, is it possible to automatize the process of uploading htmls in Adobe Campaign Classic? So by that way I can be faster and avoid loosing time uploading one by one.

 

Thanks in advance as always.

 

Kind regards,

Blanca

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 alnavarg

Hi @bcollado ,

Yes, it is possible to automate the process of uploading HTMLs in Adobe Campaign Classic. One common way to achieve this is by using Adobe Campaign's SOAP API or Adobe Campaign Standard's REST API to programmatically upload HTML content.

 

You can develop scripts or programs using your preferred programming language (such as Python, Java, or JavaScript) to interact with the API and automate the uploading process. This allows you to upload HTMLs in bulk or according to a predefined schedule, saving you time and effort.

Additionally, you may also explore integration options with other tools or platforms to further streamline the process, depending on your specific requirements and workflow.

2 replies

alnavarg
alnavargAccepted solution
Level 4
April 22, 2024

Hi @bcollado ,

Yes, it is possible to automate the process of uploading HTMLs in Adobe Campaign Classic. One common way to achieve this is by using Adobe Campaign's SOAP API or Adobe Campaign Standard's REST API to programmatically upload HTML content.

 

You can develop scripts or programs using your preferred programming language (such as Python, Java, or JavaScript) to interact with the API and automate the uploading process. This allows you to upload HTMLs in bulk or according to a predefined schedule, saving you time and effort.

Additionally, you may also explore integration options with other tools or platforms to further streamline the process, depending on your specific requirements and workflow.

bcolladoAuthor
Level 3
April 22, 2024

Any documentation with the following steps?

 

Thanks!!

alnavarg
Level 4
April 22, 2024
CampaignerForLife
Level 5
April 22, 2024

You can upload just one HTML file, then create a Package with it, then using Python or another program out of ACC you can create an script with new entities with all the HTMLs you want to include, then import the package. 

 

bcolladoAuthor
Level 3
April 22, 2024

Where can I find documentation to implement the options you mentioned? I cant find it 

CampaignerForLife
Level 5
April 22, 2024

There is not really a documentation to do this because it's not an out of the box method. It requieres a simple Python script that reads a list of HTML, copies it code and paste it inside the entity brackets of the package, dinamically changing all the information needed