https://prefect.io logo
Title
a

ash

09/09/2022, 6:17 AM
hello everyone 👋, I am using prefect server 1.0 deployed on k8 with git as storage. I want to try event based triggering of prefect flows by a third party api , Is it possible in prefect server, if yes then how ?
1
cc : @Anna Geller
n

Nate

09/09/2022, 1:57 PM
Hey @ash ! You can use the prefect python client to call
create_flow_run
or you can use the graphQL endpoint by the same name to trigger a flow run from anywhere! here are some docs that may be useful Also just a reminder that our community guidelines ask that you please avoid @ing specific prefect employees unless they've already started a thread with you - thanks :)
a

ash

09/09/2022, 2:00 PM
Hey Nate , thank you for the information. Also i will make sure not to tag specific employees like this in future.
👍 1
:thank-you: 1