Retrieving Data from Callback to show on frontend

If by logs you mean here, then yes it is being called

In the api workflow there’s an option to detect headers, can you check this option?

No, I’m log in the debugging table

oh ok i see what u mean…
u want me to track the header status of the backend workflow or the initial API Call ?

Backend
Frontend we know it runs because it saves the prompt id, right?
From the front end we just need to validate the url … this is why asking to save the url you’re sending to make sure it’s actually the wf endpoint

Okay,

What would I set this to?
image

None of the header parameters say ‘code’ or status.

I set it to hose since thats tracking my websites url, still nothing saving

any of those will be fine content-length is fine

can you check now the logs tab in bubble and track the latest few logs and see what was called and what was not?
And if the call sent the url you’re expecting in the initial api call or no?

checking logs now and seems to be fine but idk not really sure how to interpret this

i dont see anything with the webhook URL in the logs, but I do see the initial call going thru… which makes sense cuz on the API’s website I am seeing the images show up.

heres a screenshot


nothing here with the callback url tho

where are you sending the callback url?

Callback url is in the initial api call. its in json body of the api connector

remove the /initialize

Okay… that did something:

Here is the debugging data, it updated.

nothing got sent to newimages tho

Cool!

Can you count number of images please? instead of current date

change it from a time to a count ?
is that waht u mean

image
like this

yeah!

ya its updating to 4 as it should, but how do i now get these images to save to user?

‘newImages’ isnt updating at all

Can you use images:each item URL to save the images?