openclaw_system_event
Emit a custom system event onto the gateway bus for debugging and tooling, used to simulate or test event-driven workflows.
Instructions
Emit a custom system event onto the gateway bus. Wraps system-event. Mostly used for tooling / debug — operators rarely call this directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event name | |
| payload | No | Arbitrary JSON-serializable payload — forwarded to the gateway bus as-is. No schema enforced because consumers vary. | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |