Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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.