Hi Team,
I am trying to integrate Github and Adobe Campaign. I wanted to push a few items from Adobe's SFTP to the Github repository. Can anyone confirm whether we can install Git command tool in Adobe just like AWS CLI? If not, have any one did any such integrations?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi, if you want to maintain code in the Github repository, you can create packages from Adobe campaign and export it as '.xml' files. Then you can maintain the code versioning in Github. Adobe campaign objects like schema, workflow, campaigns, delivery templates, deliveries, enumeration, js, jssp etc., all of them can be exported as xml packages.
@somasundaram_h That I know and I have already setup the workflow to export packages to SFTP. What I need to know is how to push the files to Git. If we can install Git command tool, it is easy for me.
Views
Replies
Total Likes
Yes, that is possible. You need to have some scheduled jobs and nodejs setup or shell scripts to do that. There is a great blog written by Florian on the same. Please have a look at the blog by Florian.
Views
Replies
Total Likes