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.