API Input Node
When this node runs, it listens on an URL for user-submitted data.

In WebSocket subscription, you will see an event with type "event": "ApiInput"
:
This event contains a URL to submit the data.
Send POST request to submit
In above example, node will output a string "Hello".
Send DELETE request to cancel
Node will return an error: "canceled by user".
You can set timeout via input, default is no timeout.
Last updated
Was this helpful?