Can a Bad Status Response Be Returned on a Free Plan When All Credits Are Used?

This topic was automatically generated from Slack. You can find the original thread here.

I have a free plan with a workflow that is triggered by Full HTTP request (POST)

However, is there a way to return a bad status response if all credits are used? Currently my calling application returns StatusCode 200 OK, so it does not know if the pipeline
has been triggered or not.

You might be able to do this using the REST API to retrieve your workspace, then customizing the HTTP response accordingly