Getting Data from MAKE Webhook Response

Hello everyone,
I am very new to the topic and am currently trying the following:

A user enters a text in an input field in Bubble, clicks on a button and gets the text back in a reshuffled form in a text field below.

I’m using Make.com to convert the text with ChatGPT.
Everything works fine up to this point.

After that I want the edited Text to be shown in another Textfield.
The Make Workflow looks like this.

Custom webhook → OpenAI / Crate a Completion → Webhook response

How do I have to setup bubble to display the text from webhook response to the textfield?

Are you using a MAKE plugin for Bubble or the Bubble API Connector?

Hi, I am Using the Bubble API Connecter to Send the Data to The Cusom webhook

Then you’ll be receiving the response with the scrambled text right? Can you post a response to see its format? Then we’ll see how to treat it.

I think you can just use a workflow to invoke the API call, treat the response and display the scrambled text wherever you need.

Right know I am not getting any response in Bubble. Or what do you mean?

sorry, as I said, very new to all of this haha

If you use the API Connector, you have defined an API call to communicate with MAKE and send the text to scramble right? Then you have surely initialized the API call, sending some data and receiving a RESPONSE. Something similar to below

The API Call looks like this

Right now I do not get any feedback from the Maker Webhook response in Bubble.

The Webhook response Operation looks like this

Then I guess (I’ve never used Make) that you’ll have to configure Make to talk to an API endpoint of your Bubble app to send the result.

Just Checked,
this is what i got back

Is this the response received when invoking your API Call? Nothing useful in it for what you need.

You’ll probably have to go this way

Youll need to use the http request option and configure it to go to a backend workflow