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!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Trigger a workflow using Python

Inactive User
Not applicable

 

I'm using Spyder(to write in Python) and Alteryx Designer.

 

I'd like to write a command in python that trigger s a specific Alteryx Workflow to start up and execute itself.

 

How can I do this?

1 REPLY 1
rafalolbert
ACE Emeritus
ACE Emeritus

Hi @Inactive User,

 

You'll need to get it enabled by your admins, there is tab in Analytics Gallery -> Settings -> Keys.

 

When this is enabled for your account: Key and Secret will show there.

 

On the right hand side you'll find a link with title as: Visit the Subscription interactive API documentation for more information.

 

This will give you an overview of available methods, the best place to get started with this in Python will be Requests library.

 

Thanks,

Rafal

 

#Excuse me, do you speak Alteryx?

Labels