openclaw_sessions_send
Send a message to another OpenClaw session by specifying target session key or label, message content, and optional timeout.
Instructions
Send a message to another OpenClaw session
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionKey | No | Target session key | |
| label | No | Target session label (alternative to sessionKey) | |
| message | Yes | Message to send | |
| timeoutSeconds | No | Timeout for response |