Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

Alteryx Gallery Upload via Code (.Net)

kwitcom
6 - Meteoroid

Is there a way via code (.NET) to upload a workflow into the Alteryx Gallery?  We are looking at creating a new tool that will need to upload new and updated versions of workflows and then run them on the Alteryx server.

3 REPLIES 3
KevinP
Alteryx Alumni (Retired)

@kwitcom At this time the Gallery API doesn't provide an endpoint to allow for workflow uploads. To see what endpoints are available you can review the interactive Gallery API documentation from any private server at http(s)://YourServerName/gallery/api-docs. This same documentation is also available via our public Gallery at https://gallery.alteryx.com/api-docs/

kwitcom
6 - Meteoroid

I already know what the API has to offer.  I am looking at other options.  Has anyone created a workaround?

bbart
5 - Atom

We are also looking for this as we want to use it to integrate Alteryx Workflow deployments with VSTS. Would be a big step forward if we could do this, or if git type integration was enabled in Alteryx Designer so that we could perform CI/CD/Automated Testing activities.