nexo_send
Send a fire-and-forget message to a specific session or broadcast to all sessions.
Instructions
Send a fire-and-forget message to another session or broadcast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message content. | |
| to_sid | Yes | Target session ID, or 'all' for broadcast. | |
| from_sid | Yes | Your session ID. |