Workflow Step accessing external API | Community
Skip to main content
May 18, 2022
Solved

Workflow Step accessing external API

  • May 18, 2022
  • 2 replies
  • 1004 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

ShrawanSaxena-1
Adobe Employee
ShrawanSaxena-1Adobe EmployeeAccepted solution
Adobe Employee
May 19, 2022
May 23, 2022

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.