17 lines
464 B
Markdown
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]}}`
|