# `smallforce social inbox messages`

List and send messages inside a conversation

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce social inbox messages --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce social inbox messages list`](/docs/cli/commands/social/inbox/messages/list): List messages for one organization-owned conversation
- [`smallforce social inbox messages send`](/docs/cli/commands/social/inbox/messages/send): Send text, an attachment, quick replies, buttons, a template, or an interactive payload

## Complete command help

```text
Usage: smallforce social inbox messages [options] [command]

List and send messages inside a conversation

Options:
  -h, --help                       display help for command

Commands:
  list [options] <conversationId>  List messages for one organization-owned conversation
  send [options] <conversationId>  Send text, an attachment, quick replies, buttons, a template, or
                                   an interactive payload
  help [command]                   display help for command
```

## Related reference

- [`smallforce social inbox`](/docs/cli/commands/social/inbox): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
