For example I want to run a Python script and with it pass a value to the Alteryx Routine through the Alteryx API perhaps. Is that possible and what would it look like?
Solved! Go to Solution.
Hi @AkisM ,
Why dont you use Alteryx Python tool in to load the data to Alteryx.
Alteryx Python tool has a jupyter notebook built in. You do most of the actions.
Give it a try
Python was used as an example. The "3rd party app" I'm talking about is in the development stages and does not exist yet.
Yes, this is possible.
Go to C:\Program Files\Alteryx\APIs\SampleCode\AlteryxApiSample and see how they use C#. I used that as a foundation to understand how to send data to workflows and retrieve the results in an IIS website. You can also use the REST API directly.
Good luck!
David
I was remiss in not mentioning the Gallery API pages, available in your Alteryx Server. You can plug in the keys and secrets from your profile and play around interactively with the REST API. A lot can be learned there.