The request was irrelevant. It was just { "whatever":"whatever" }
All I did was set the API workflow URL and put “content-type application/json” into the headers.
The point is that it doesn’t even evaluate the request because it’s responding with the not found error.
When I sent that same “whatever” request to this API workflow URL https://howstr.bubbleapps.io/version-test/api/1.0/wf/link_node_action_test it says there’s a missing parameter, which there should be, because the only parameter in the request is “whatever.” { "statusCode": 400, "body": "{\n \"status\": \"MISSING_DATA\",\n \"message\": \"Missing parameter for workflow link_node_action_test: parameter node\"\n}" }
I already fixed it, this happens sometime when the index that stores workflows names is out of sync for a little bit. I’m pushing a fix so that we avoid this situation.