Ron
Ron

Reputation: 181

API Call from advanced workflow

Is it possible to make a call from advanced workflow to the Archer API? I'd like to avoid making a custom object and didn't know if I could somehow otherwise initiate a call.

Upvotes: 0

Views: 610

Answers (1)

Stan Utevski
Stan Utevski

Reputation: 592

No, you can't call Archer API from Advanced Workflow functionality.

Any data related manipulation can be done with a data feed. And where "Archer to Archer" data feed can't deliver "SQL" type data feed will. SQL data feeds targeting Archer Instance database can do magic if you are willing to document them and test them with every Archer upgrade.

I had to use Archer API only in very complex integration cases. In these cases API code was running on the application server as a service. I think that invoking API calls via JavaScript from end user's browser can be considered a bad practice.

Upvotes: 1

Related Questions