Embed App with File Upload interface to a website
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
BonusCup
11 - Bolide
‎03-08-2023
02:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
3 REPLIES 3
gabrielvilella
14 - Magnetar
‎03-08-2023
03:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, it is possible. You have to use APIs https://help.alteryx.com/developer-help/server-api-overview
‎03-09-2023
05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for quick response. I'm relatively new to using the server APIs. Using the below v1 endpoint it looks like I was able to test successfully. The main requirement is for the user to be able to upload a file so I wanted to make sure that was possible. Does the screenshot below look correct? TIA
/v1/workflows/{appId}/package
gabrielvilella
14 - Magnetar
‎03-09-2023
10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @BonusCup, I'm sorry I misread your question. Unfortunately, it is not possible to queue a job for execution that requires a file to be uploaded using APIs. That endpoint you mentioned is to upload a new workflow to the Server.
