HiI am tring to write a JS Connector to send message to my subscription.But I find the return value "function processDeliveryPart" is sometime strange.I use the follow JavaScript code to return a message if the deliveryPart.message.@id is some error happed. try{ // my code to send message}catch(...
Hi all,I need to clean up a varchar phone number of all non-numerical characters to compare against the SMS logs. I was wondering if there was a way to do so easily, maybe preprocessing or a computed field?Thanks!--Erik
Hey, i'm trying to do one of the GET example from this doc: Adobe Campaign Standard APIbut everytime I try to do it, I get the error {"error_code":"403003","message":"Api Key is invalid"}The problem is I know my API key is good because I use it to get my JWT token and I get it from my AdobeIO.From t...
Hi there, Trying to send out an email delivery with a conditional statement because there are 22 different versions based on certain qualifications. We would love to track activity (opens, clicks, etc) by version but can't seem to find a way to clearly differentiate one version from the other. We tr...
Hi,I've created a web application where I have a variable containing date and time.If I print the variable in an HTML element I see the date and time as required,but if I'm calling the variable from a date input field then I see a different time (see below)In the HTML element in the page the time is...
HiI am learning the schema of Adobe Campaign V7 . I find the dbEnum keyword in the neo:recipient as the follow. <!-- Attribute: Preferred Channel --> <attribute dbEnum="channel" desc="Preferred communication channel" label="Preferred channel" length="15" name="preferredChannel" s...
Hi Guys,I don't know if its a simple task but I have been trying to find the answer in the documentation and couldn't find any:Say that I have 2 lists that capturing 2 different segmented recipients.What I did right now is that I 'Read List' both of them and do a 'Union' step to combine them.Which g...
Hello everyone,I currently try to get enumerations list in a javascript object.I wasn't able to find a standarf function in the JS API of campaign, so I fetch all the values using xtkQueryDef.The return of my query is this:<enumValue-collection> <enumValue label="4305615529813"/> <enumValue labe...
Hi ,I am trying to Test the transactional messaging via Adobe Campaign Standard through API call.We have gone through the following references regarding usage of Adobe Campaign Standard APIs:https://helpx.adobe.com/campaign/kb/working-with-acs-api.htmlhttps://console.adobe.io/integrationshttps://www...
Hi,I want to access Insert/update variables of Audit logs so as to maintain how many records got inserted or updated of particular schema which is part of import workflow.Regards,Ketan Pardeshi