Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

dattarays703613
dattarays703613
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
6

Discussions

Discussions
3

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dattarays703613
Customize the badges you want to showcase on your profile
Re: Send an email to a visitor (NOT Recipient, NOT list) - Adobe Campaign Standard 19-02-2018
Hi,From the workflow, you could invoke Message Center API to trigger emails, example:var ctxDynamicTag = ctxDynamicTag.appendChild({tagValue}) //your dynamic content if you want to read within delivery template at run time e.g. personalisation details var mcLogin = logonWithUser("mc","mc") nms.rtEvent.PushEvent( {ctxDynamicTag} )

Views

5.8K

Likes

0

Replies

0
Re: Send an email to a visitor (NOT Recipient, NOT list) - Adobe Campaign Standard 19-02-2018
- By recurring email, using SOAP request, I believe you mean: external system will trigger the SOAP API (recurring) which should trigger email (without referring to any nms:recipient record/list)You can use Message Center API (PushEvent), which dont look up to DB but triggers the email directly; example - 12345 zzz 12345678 Where,12345=sessionToken which you will get through Logon() APItype="xxxx": Transaction Message Template for email you should publish on Message Center (before you...

Views

5.8K

Likes

0

Replies

2
Re: Modify a WSDL generated by URL with specific one (no 'Element') - Adobe Campaign Standard 03-02-2018
rtEvent.PushEvent: Element is too generic (of type "ANY") as you mentioned. I think consuming systems might face problem as to what child to be created under the same, though they should simply be constructing required child element structure as string and then append it as child tag while sending it to campaign API. Nevertheless, PFB if helps - In my view, one way to do this would be to add the child tags (manually modify the WSDL) as shown below:Please note: you are not changing anything withi...

Views

5.7K

Likes

0

Replies

0
Re: Retrieve parameter from a SOAP request in a workflow - Adobe Campaign Standard 23-01-2018
Got the solution, thanks.

Views

1.1K

Like

1

Replies

1
Re: Retrieve parameter from a SOAP request in a workflow - Adobe Campaign Standard 22-01-2018
Thanks David- rtEvent API is quite flexible/standard, it accepts XML structure and XML is as-is accesible within message templates, no issue with rtEvent API- The issue is with "PostEvent" API of the xtk:workflow which accepts i/p parameters only within tag.The tag properties I can read with vars.xxx way but if the parameters are going to hold multiple values, how do we handle them? (using "comma" separated values is not reliable and doesn't provide much flexibility) hence I am trying to check...

Views

1.2K

Likes

0

Replies

0
Re: Retrieve parameter from a SOAP request in a workflow - Adobe Campaign Standard 22-01-2018
Hi,Is there a way to read "child" tags under the tag, within JS of a workflow?e.g. XYZ 2 using vars.XXX, will read properties of tag only but in case of more complex values to read, can above be possible?(vars.product.name: doesn't work..)

Views

1.1K

Likes

0

Replies

0
Likes from