interfacing Alteryx Gallery to a Website and run a workflow and output pdf
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Does Alteryx Gallery have an API that would allow an external website to run a workflow with parameters have the workflow create a pdf that is then displayed on the website.
I want to see if this is possible with Alteryx Gallery.
Thank You,
Michael
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Michael,
So there isn't an API that will directly create a PDF for you, but there are plenty of APIs that you can use to execute your workflow remotely and query the results! You may have to manually set your workflow to produce a PDF file before you start this process though. Check out the API reference at https://gallery.alteryx.com/api-docs/ .
For example you could write a quick program that makes 3 different API calls. The first is a POST that queues the job up for execution using the appId and returns the specific jobId. Then you can query using that jobId until the server returns that the job has completed running. Lastly, you call a GET with the jobId in order to get the workflow results and display them however you want.
Let me know if this solution will work for you, or if i can provide any further guidance!
Cheers,
Matt Crump
Aimpoint Digital
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Can I test this on the Public Alteryx Gallery?
Michael
