How to Submit a form to Gumloop API

I have a simple app I’m building to learn bubble and working with APIs.

How would I setup the workflow on the submit button to send the input to Gumloop?
I have already configured the API connection and received this as the popup…

When I initialize the call I get this popup to configure these calls. When I save it there’s no clear “Success” message that it worked.

Post the API setup here, you may need to set it up as an Action

1 Like

You API seem to be initialized fine. According to doc, I guess you start a flow.

I’m not familiar with this API, but i guess the best to get the result of the flow is to end the flow with Call API and receive the result in a backend WF (like webhook)
You could also use the get run details endpoint to fetch the result X time after user have submitted request.

Can you share your API connector settings and your workflow settings?

1 Like

Here’s the call

Starting the workflow from the button is where I’m stuck.
I’m assuming I setup 1 API connection with a POST to send the request.
And then another API connection to GET the data back from Gumloop?

Yes if you don’t want to use webhook (Call API) at the end of your flow in Gumloop.