Forum Academy Marketplace Showcase Pricing Features

Webhook not receiving data?

Hello,

I am trying to use Replicate API to call a prediction, then after successful prediction, have it send that data to the webhook so I can get the result of the api call that way.

https://replicate.com/docs/reference/http

Here is the a screenshot of the initial API call I am sending:

I can getting a successful response:

However, the data is not being received on Bubble when I am under ‘detect data’ for the backend workflow of the webhook:


It is just forever stuck here and Im not getting any data here.

I have tried checking all the boxes too for the api workflow such as ‘ignore privacy rules’ and ‘this workflow can be run without authentication’ ; but still getting the same results.

Any ideas why?

Thanks.

When debugging on https://webhook.site/ I am getting a successful response ; but for some reason when replacing webhook URL with the one in bubble, I am receiving nothing.

Are you on a paid plan?

1 Like

This is likely my issue.

Thanks.