Am I doing this Callback incorrectly?

Hey, I am trying to set up a callback with an API I am using to listen to it for data that I can then feed to my user.

I am successfully doing the API Call, the api call is giving me my response and doing its function, however the callback URL I am inputting into the api call is not receiving any data… I must be doing something wrong on Bubble’s end because everything is good with the response from the api call.

There are my current settings:

When I go to detect data, I send the API call from postman, get my response, then on the Bubble end for detecting the data, it is just loading forever:
image

Are my settings incorrect?

This is also what it says on the docs of the API I am using:callback is a URL that will be called when the training is done processing. The callback is a POST request where the body contains the training object.

And yes, I have the correct URL into the API call.

Any ideas? Thanks.

The app should be in paid plan

1 Like

Is this the only reason?

I didn’t know you had to pay for backend workflows?

I tested one API provider and set up the same calls in two different apps, one of which was in the free plan. So, yes

1 Like

Well now you know…

2 Likes

Yup worked now :slight_smile:

1 Like