is there a way to trigger a flow in prefect 1 via ...
# ask-community
t
is there a way to trigger a flow in prefect 1 via the API without using the python package? we want to do an on flow complete state change hook in prefect 2 that will trigger flows in prefect 1 as part of our migration to prefect 2. since we can't have both versions of the prefect package installed, I'm hoping to trigger flow runs from the API directly
k
this looks like it should be helpful. you can send requests to api.prefect.io for cloud 1 from any tool you want as long as you include the right header
t
oooo I think that's exactly what I'm looking for!
thank you kevin, appreciate the help
🙌 1