Files
tldr/pages/common/openclaw-message.md
Fazle Arefin 93e6d2f2ac openclaw*: add pages (#21160)
* openclaw*: add pages

---------

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2026-02-22 14:05:22 +11:00

17 lines
464 B
Markdown

# openclaw message
> Send messages through OpenClaw channels.
> More information: <https://docs.openclaw.ai/cli/message>.
- Send a message to a phone number (WhatsApp):
`openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"`
- Send a message to a specific channel:
`openclaw message send --channel {{telegram}} {{[-t|--target]}} {{user_id}} {{[-m|--message]}} "{{Hello}}"`
- Display help:
`openclaw message {{[-h|--help]}}`