Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Upload HTMLs

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 5

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.

View solution in original post

7 Replies

Avatar

Correct answer by
Level 5

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.

Avatar

Level 3

Any documentation with the following steps?

 

Thanks!!

Avatar

Level 1

Certainly! Here's a concise and informative response:

---

Yes, automating the process of uploading HTMLs in Adobe Campaign Classic is indeed possible and can greatly streamline your workflow. One effective approach is leveraging Adobe Campaign's SOAP API or Adobe Campaign Standard's REST API to programmatically upload HTML content.

You can develop scripts or programs in your preferred programming language (e.g., Python, Java, or JavaScript) to interact with the API, allowing you to upload HTMLs in bulk or according to a predefined schedule. This automation saves time and effort, especially for repetitive tasks.

Furthermore, exploring integration options with other tools or platforms can further enhance efficiency and meet specific requirements. Integrating with tools like Zapier or middleware solutions can provide additional flexibility and automation capabilities tailored to your needs.

Overall, leveraging Adobe Campaign's API capabilities empowers you to automate and optimize the HTML uploading process, improving productivity and resource allocation.

If you need assistance with API integration or scripting, feel free to reach out for further guidance!

Best regards,
[khan zain]

Below are excellent resources for learn programming language: 1. W3Schools 2. Iqra Technology 3. JavaPoint

 

Avatar

Level 7

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. 

 

Avatar

Level 3

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

Avatar

Level 7

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