The API I am trying to use is a POST which is used to cancel a booking on a different server. The expected successful response is empty (no content). I am able to send the request correctly.
However, I think because the response is empty, and the API Connector Plug in therefore has no fields to map, the API is not showing up in the workflow menu.
So when I say “When Button A is clicked…” I can not find my “POST to endpoint” API action anywhere, which means I can’t use it.
Is this a bug with the API connector?