Fire VNyan REST API action
vnyan_api_fireSends an action and string key-value pairs to VNyan's REST API to trigger a matching API Message node in a node graph.
Instructions
POSTs {action, payload} to VNyan's built-in REST API (http://localhost:8069) to trigger a matching API Message node in a node graph. Source: native port, no plugin required. Fire-and-forget: no return value, payload values must be strings (binds to Dictionary<string,string>).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Must match an API Message node's configured Action | |
| payload | No | String-only key/value pairs |