Webhook SCHEDULING_FAILURE

Hi,

I've created a webhook workflow but I'm unable to run it via POST or GET request. The returned JSON object is

{
    "success": true,
    "workflow_run": {
        "id": "36b98fd2-e7f3-4e67-8dac-e24b29a0358d",
        "workflow_id": "66b08d8b-22d8-47d4-bc69-998049fcd70f",
        "created_at": "2024-04-10T04:12:19.599Z",
        "status": "SCHEDULING_FAILURE"
    }
}

It runs fine when using the UI.
The workflow is simply Trigger -> Response without any data manipulation/fetching. I was unable to get any webhook workflow to work, so I simplified it as much as possible.

I was unable to find any documentation on "SCHEDULING_FAILURE". What am I missing? Is this a problem my account? Some configuration gone wrong?

Thanks

Hi @el_bruno, welcome to the forum! :wave:

Are we on Cloud or Self-hosted Retool?