hello
is it possible to automate alteryx flows from azure data factory ?
when, for example, a file is detached somewhere, I wouls like to execute a flow
thanks
¡Resuelto! Ir a solución.
Hi @olivierMPW
You should be able to run a job in Alteryx Server using the REST Connector.
I'd recommend you to read instructions on how to use the connector - https://docs.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory
And also how to configure the Alteryx Server v1 api to Post Jobs in the queue - https://help.alteryx.com/developer-help/server-api-overview
If you're on version 22.1 of Server, you should use OAuth 2.0 as your authentication method to trigger the API.
Cheers,
thanks a lot