A lot of internal applications and tools in my org provide APIs which are used by Alteryx users to extract and transform the data.
Team working on Machine Learning solutions are creating tons of API and are looking for ways to make those APIs available to all Alteryx users in our org. Custom macros or reusable solutions are made available through Public gallery and also through designer custom configuration (Network path is configured as default macro path in Designer. so any macro placed in that network path is visible in designer for use by Alteryx users)
Similarly, how can APIs be made available by developers through Designer/Server ?
Thanks
Solved! Go to Solution.
@revathi that is a great question.
Sounds like you're already familiar with macros which is great because that is where my suggestion will go.
Let's take an example.
Once the API connectors have been shared, just use them as inputs on any workflow that requires the data!
I hope this helps!
Best,
John
Thanks for the detailed post John! Tested with an API - worked perfectly well.
Great, glad to help.
As an aside— if you have sensitive information in these macros (keys, secrets, tokens, etc.) it’s best you encrypt it and then publish it.
here’s how to encrypt https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Alteryx-Encryption-Workflows/td-p/4256...