I have a business need to have an API call trigger a flow, run the AI predict, then respond to that same API call with AI predict values.
Would a custom API connector be the way to go here?
I thought I would use the HTTP call and post but that creates 2 API calls instead of responding to the original.