Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Workflow Step accessing external API

Avatar

Level 2

Hi there,

  Has anyone here created a custom workflow step that calls an external API to pass data? I'm looking for best practices on how to develop such requirement.

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
2 Replies

Avatar

Correct answer by
Employee Advisor

Avatar

Level 5

yes, I have done that in the past using JsAPI httpclientRequest ();

the one problem with that would be to make sure that you don't run into CORS issue. 

Also to better assist you with question : why are you going to pass the data to external API within workflow? what is your case scenario so we can provide a better recommendations.