Fire VNyan REST API action
vnyan_api_fireTriggers VNyan API Message nodes by sending action and payload to the local REST API, enabling node graph execution from external clients.
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 |