Hi everyone,
could someone provide me a SQL/Javascript code workflow activity to import a file from an External Account already configured on ACC?
Thanks
Best regards
Anna
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @ABr86 ,
for this there is a activity called file transfer that let you chose external account to pull files from
documentation here https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/event-activ...
OR if you want JavaScript you might need to look at https://experienceleague.adobe.com/developer/campaign-api/api/c-HttpClientRequest.html?hl=http
Also you will need to whitelist the domain in the configuration you want to send http requests to.
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/
Hello @ABr86 ,
for this there is a activity called file transfer that let you chose external account to pull files from
documentation here https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/event-activ...
OR if you want JavaScript you might need to look at https://experienceleague.adobe.com/developer/campaign-api/api/c-HttpClientRequest.html?hl=http
Also you will need to whitelist the domain in the configuration you want to send http requests to.
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/