Possible to continue to ping another API from API workflow until POST succeeds?

Hi.

Does Bubble support re-triggering an API POST if the other application initially returns a response that it’s busy?

I’m using the API workflows to sent a set of POST requests to another application. When the other app receives the set of POSTs, it performs a calculation. If the other application is busy, it responds to Bubble that it’s busy. When this happens, I ideally want Bubble to wait then rePOST the request.

Is this currently supported?

No, not currently. That’s a bit tricky as each API will come with a different code, message, etc.

1 Like

Ok. Good to know. I can customize the response if that makes any difference.