Hi, There are should be doc and example about how ...
# prefect-community
z
Hi, There are should be doc and example about how to trigger a flow run on Prefect Cloud with HTTP Request. This is very important to me. Not just a https://orion-docs.prefect.io/api-ref/rest-api/#prefect-rest-api-reference
k
Yeah we don’t have this right now, you’d have to look into the code underneath here but i don’t think it’s that simple
Will compress these messages to a thread
Copy code
Now I need to trigger Prefect Cloud Deployment with Ruby on Rails (send a HTTP requests with GET or POST Parameter)
The workflow code would then read my DB and do some NLP job
Yeah cuz the code underneath reads the deployment
z
got it, Thank you!