Hi,I have a requirement to extract some additional information with the help of embedded forms in emails. For ex, A form will be embedded in an email and the form details like First Name, last name and email address should be extracted from tracking server as we get Opens/clicks to our database. Let...
Hi All,Is there a way to get the personalized content of a sent delivery, for example an SMS, in a post processing workflow configured in the external account?I am able to find in the delivery the unpersonalized content in the path [delivery/content/sms/source] but I need the final personalized cont...
HI, I want to load the customer ID and account no of an user in page Activity in Initialization script after preloading of a customer in Web Application. Can someone help me with this?Thanks in Advance.
I am extending the interaction schema to add a new attribute called ccAgentId to store the call center agent id. While making SOAP call, the call center application will send the string agent Id.So I started following the instructions as mentioned into the document Extension example After making the...
When trying to install the ACC Client 'setup-client-7.0.8981' I accidentally selected French. Now, even when I quit and restart the installer, it only shows french. How do I change this? I love the french, but I can't read much of it. Thanks for the help!
Hi,I would like to use in a javascript code the values of the cleanup information defined in the deployment wizard.I tried unsuccessfully with the following method:xtk.serverOptions.LoadOptions("baseOption/cleanup");Regards,Shurato
Hello everyone,we have an opt-out link created for SMS deliveries. It's an application where users get to tick the checkbox and it unsubscribes the user from a particular channel (email / SMS)Currently, the URL is likehttps://m.comms.ourdomain.com/webApp/smsOptOut?id=<%= escapeUrl(cryptString(recipi...
Hi All,I need to personalize an email with the information of an N table linked to recipient. This must be done without a workflow.I am able to extract the information using the "Extra script objects" in the personalization tab of the delivery:But i need this query to be dynamic and filtered for the...
Hi,I'm trying to understand code from NmsTracking_ClickFormula and NmsTracking_OpenFormula options. I'm stuck because I don't have a clue what is strPurlTrackingServer variable.I'm referring to this part of code: <% if( typeof strPurlTrackingServer!="undefined" && strPurlTrackingServer.toString() ) ...
HI everyone,I need to know is it possible to call an external SOAP service and update two columns in remote table from workflow?Only I can find is retrieving data and nothing about pushing data towards external SOAP service. Is there any example for this?Thanks