HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

openclaw message — Send messages through OpenClaw channels. More information: <https://docs.openclaw.ai/cli/message>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
sendcommandcliopenclawopenclaw messagemessageschannelsthrough

Problem

How to use the openclaw message command: Send messages through OpenClaw channels. More information: <https://docs.openclaw.ai/cli/message>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/openclaw message

Revisions (0)

No revisions yet.