Hi @campaigns01 ,There are some tools to help you to comunicate to
external API, in Javascript context (mainly workflow, but also in
Webapp, JSSP etc.)You can use HTTP request, with severals objects, you
can find some documentation here
:https://experienceleague.adobe.com/developer/campaign-api/api/c-HttpClientRequest.html
If you need to use SOAP, there are also objects, but I didn't use it for
long time, and a this moment, I had to implement myself SOAP protocol
with HTTPRequest because the env...