


Hello team,
In one of our project we're using interaction schema to provide data dynamically in SOAP request `<context></context>`. Is there a Javascript API to read all the filters/conditions used in the campaign, the idea is to find all the @interaction fields used in the campaign?
My use case is like this, a workflow will be triggered to read the filters/conditions used in the campaign, if there are any interaction filters/conditions used, then collect all the fields and send it External Rest API call.
Any recommendation/feedback or alternate approach is welcome.
Thanks in Advance!
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Hi,
Easiest way is to iterate over the workflows in the campaign, parsing each's data field with new XML() and spooling the conditions with an xpath selector.
Thanks,
-Jon
Hi,
Easiest way is to iterate over the workflows in the campaign, parsing each's data field with new XML() and spooling the conditions with an xpath selector.
Thanks,
-Jon