I am sensing that you want to query acc through soaprouter api from an external system, start by reviewing web-service-calls in the following link. https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/web-service-calls.html?lang=en You need to authenticate ...
Could be folder permission/access previleges changed after upgrade.Check folder permissions on remote instance for that operator and or previlegesTry sending a logontoremoteinstance soap method request through postman or a workflow http request to troubleshoot the error better.Here is an example of ...
From what I've researched in the past, the first click/open is always the user event, followed by the ISP's automated clickthrough 2nd and 3rd times within the same second(s), this is the behaviour I've noticed at least in Microsoft. How about running a technical workflow to perform an hourly mainte...
You could enhance the jssp page to query the status of the workflow, and if is currently running then do something.But,1. Easiest way taking into account your architecture, would be to let interim event data be handled by another process. Your jssp page will consume the dataYour schema will act as a...
I've replicated your solution and I got past the issue, the problem seems in the naming convention somewhere or in the SOAP call not including the correct headers SOAPaction headers, for testing I've named my assets as followingSchema: cus:smsApiService --> uppercase S for Service JS: cus:sm...
I think before continuing down this route, you may want to take into consideration what your contractual license constraints are in terms of engine calls: Engine Call means a server call that starts real-time processing on server side for the extraction of data, such as data relating to surveys, We...
Adobe best practice guides do not recommend to use APIs for batch/bulk data consumption due to performance reasons, you are left with FDA, flat files, or direct to database data loads.
Not sure what you are referring to but, there is just one function to retrieve the domain part of an email address
GetEmailDomainExtracts the domain from an email addressGetEmailDomain(<value>)
Otherwise, you are looking at treating an email address as a string and then can use all available str...
Hi @terol73355739 there is no ootb functionality to prevent this globally, although it sounds like a good enhacement to implement, perhaps you can raise it as a feature request. https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/idb-p/adobe-campaign-classic-ideas as a new ...