Hi! This may be a completely random or out of ske...
# prefect-cloud
l
Hi! This may be a completely random or out of skew support issue. I am developing a service in Kotlin to be able to integrate with our Prefect Cloud flows. The url for the prefect flows are in
<http://cloud.prefect.io|cloud.prefect.io>
We have access to the flowId and taskIds here. I want to be able to send a request via Kotlin service to pass in parameters and trigger the task. I understand for Prefect 1, the GraphQL API is used to be able to interact with these flows. Im just curious if anyone has done any work around this or has insight on how to structure the endpoint calls to be able to execute this. On another note, we have other flows in Prefect 2. I understand that there is a Prefect API that interacts with Prefect 2 that requires the account, workspace, flowIds and we can call the endpoints as expected. This is not a priority as our integrations with prefect 1 right now, but also any insight on this would help for future work! TYIA