Skip to content

Commit 709c730

Browse files
fix: standardize 'MS Teams' to 'Microsoft Teams' across docs (openclaw#50863)
* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs * Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent a562fb5 commit 709c730

File tree

15 files changed

+25
-25
lines changed

15 files changed

+25
-25
lines changed

docs/automation/poll.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: "Polls"
1313
- Telegram
1414
- WhatsApp (web channel)
1515
- Discord
16-
- MS Teams (Adaptive Cards)
16+
- Microsoft Teams (Adaptive Cards)
1717

1818
## CLI
1919

@@ -37,7 +37,7 @@ openclaw message poll --channel discord --target channel:123456789 \
3737
openclaw message poll --channel discord --target channel:123456789 \
3838
--poll-question "Plan?" --poll-option "A" --poll-option "B" --poll-duration-hours 48
3939

40-
# MS Teams
40+
# Microsoft Teams
4141
openclaw message poll --channel msteams --target conversation:19:[email protected] \
4242
--poll-question "Lunch?" --poll-option "Pizza" --poll-option "Sushi"
4343
```
@@ -71,7 +71,7 @@ Params:
7171
- Telegram: 2-10 options. Supports forum topics via `threadId` or `:topic:` targets. Uses `durationSeconds` instead of `durationHours`, limited to 5-600 seconds. Supports anonymous and public polls.
7272
- WhatsApp: 2-12 options, `maxSelections` must be within option count, ignores `durationHours`.
7373
- Discord: 2-10 options, `durationHours` clamped to 1-768 hours (default 24). `maxSelections > 1` enables multi-select; Discord does not support a strict selection count.
74-
- MS Teams: Adaptive Card polls (OpenClaw-managed). No native poll API; `durationHours` is ignored.
74+
- Microsoft Teams: Adaptive Card polls (OpenClaw-managed). No native poll API; `durationHours` is ignored.
7575

7676
## Agent tool (Message)
7777

docs/automation/webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Payload:
8585
- `wakeMode` optional (`now` | `next-heartbeat`): Whether to trigger an immediate heartbeat (default `now`) or wait for the next periodic check.
8686
- `deliver` optional (boolean): If `true`, the agent's response will be sent to the messaging channel. Defaults to `true`. Responses that are only heartbeat acknowledgments are automatically skipped.
8787
- `channel` optional (string): The messaging channel for delivery. One of: `last`, `whatsapp`, `telegram`, `discord`, `slack`, `mattermost` (plugin), `signal`, `imessage`, `msteams`. Defaults to `last`.
88-
- `to` optional (string): The recipient identifier for the channel (e.g., phone number for WhatsApp/Signal, chat ID for Telegram, channel ID for Discord/Slack/Mattermost (plugin), conversation ID for MS Teams). Defaults to the last recipient in the main session.
88+
- `to` optional (string): The recipient identifier for the channel (e.g., phone number for WhatsApp/Signal, chat ID for Telegram, channel ID for Discord/Slack/Mattermost (plugin), conversation ID for Microsoft Teams). Defaults to the last recipient in the main session.
8989
- `model` optional (string): Model override (e.g., `anthropic/claude-3-5-sonnet` or an alias). Must be in the allowed model list if restricted.
9090
- `thinking` optional (string): Thinking level override (e.g., `low`, `medium`, `high`).
9191
- `timeoutSeconds` optional (number): Maximum duration for the agent run in seconds.

docs/channels/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Example (Telegram):
290290
Notes:
291291

292292
- Group/channel tool restrictions are applied in addition to global/agent tool policy (deny still wins).
293-
- Some channels use different nesting for rooms/channels (e.g., Discord `guilds.*.channels.*`, Slack `channels.*`, MS Teams `teams.*.channels.*`).
293+
- Some channels use different nesting for rooms/channels (e.g., Discord `guilds.*.channels.*`, Slack `channels.*`, Microsoft Teams `teams.*.channels.*`).
294294

295295
## Group allowlists
296296

docs/channels/msteams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
summary: "Microsoft Teams bot support status, capabilities, and configuration"
33
read_when:
4-
- Working on MS Teams channel features
4+
- Working on Microsoft Teams channel features
55
title: "Microsoft Teams"
66
---
77

@@ -17,9 +17,9 @@ Status: text + DM attachments are supported; channel/group file sending requires
1717

1818
Microsoft Teams ships as a plugin and is not bundled with the core install.
1919

20-
**Breaking change (2026.1.15):** MS Teams moved out of core. If you use it, you must install the plugin.
20+
**Breaking change (2026.1.15):** Microsoft Teams moved out of core. If you use it, you must install the plugin.
2121

22-
Explainable: keeps core installs lighter and lets MS Teams dependencies update independently.
22+
Explainable: keeps core installs lighter and lets Microsoft Teams dependencies update independently.
2323

2424
Install via CLI (npm registry):
2525

docs/cli/channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Notes:
8383

8484
- `--channel` is optional; omit it to list every channel (including extensions).
8585
- `--target` accepts `channel:<id>` or a raw numeric channel id and only applies to Discord.
86-
- Probes are provider-specific: Discord intents + optional channel permissions; Slack bot + user scopes; Telegram bot flags + webhook; Signal daemon version; MS Teams app token + Graph roles/scopes (annotated where known). Channels without probes report `Probe: unavailable`.
86+
- Probes are provider-specific: Discord intents + optional channel permissions; Slack bot + user scopes; Telegram bot flags + webhook; Signal daemon version; Microsoft Teams app token + Graph roles/scopes (annotated where known). Channels without probes report `Probe: unavailable`.
8787

8888
## Resolve names to IDs
8989

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Options:
424424

425425
### `channels`
426426

427-
Manage chat channel accounts (WhatsApp/Telegram/Discord/Google Chat/Slack/Mattermost (plugin)/Signal/iMessage/MS Teams).
427+
Manage chat channel accounts (WhatsApp/Telegram/Discord/Google Chat/Slack/Mattermost (plugin)/Signal/iMessage/Microsoft Teams).
428428

429429
Subcommands:
430430

docs/cli/message.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: "message"
99
# `openclaw message`
1010

1111
Single outbound command for sending messages and channel actions
12-
(Discord/Google Chat/Slack/Mattermost (plugin)/Telegram/WhatsApp/Signal/iMessage/MS Teams).
12+
(Discord/Google Chat/Slack/Mattermost (plugin)/Telegram/WhatsApp/Signal/iMessage/Microsoft Teams).
1313

1414
## Usage
1515

@@ -33,7 +33,7 @@ Target formats (`--target`):
3333
- Mattermost (plugin): `channel:<id>`, `user:<id>`, or `@username` (bare ids are treated as channels)
3434
- Signal: `+E.164`, `group:<id>`, `signal:+E.164`, `signal:group:<id>`, or `username:<name>`/`u:<name>`
3535
- iMessage: handle, `chat_id:<id>`, `chat_guid:<guid>`, or `chat_identifier:<id>`
36-
- MS Teams: conversation id (`19:[email protected]`) or `conversation:<id>` or `user:<aad-object-id>`
36+
- Microsoft Teams: conversation id (`19:[email protected]`) or `conversation:<id>` or `user:<aad-object-id>`
3737

3838
Name lookup:
3939

@@ -65,7 +65,7 @@ Name lookup:
6565
### Core
6666

6767
- `send`
68-
- Channels: WhatsApp/Telegram/Discord/Google Chat/Slack/Mattermost (plugin)/Signal/iMessage/MS Teams
68+
- Channels: WhatsApp/Telegram/Discord/Google Chat/Slack/Mattermost (plugin)/Signal/iMessage/Microsoft Teams
6969
- Required: `--target`, plus `--message` or `--media`
7070
- Optional: `--media`, `--reply-to`, `--thread-id`, `--gif-playback`
7171
- Telegram only: `--buttons` (requires `channels.telegram.capabilities.inlineButtons` to allow it)
@@ -75,7 +75,7 @@ Name lookup:
7575
- WhatsApp only: `--gif-playback`
7676

7777
- `poll`
78-
- Channels: WhatsApp/Telegram/Discord/Matrix/MS Teams
78+
- Channels: WhatsApp/Telegram/Discord/Matrix/Microsoft Teams
7979
- Required: `--target`, `--poll-question`, `--poll-option` (repeat)
8080
- Optional: `--poll-multi`
8181
- Discord only: `--poll-duration-hours`, `--silent`, `--message`

docs/cli/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It also warns when sandbox browser uses Docker `bridge` network without `sandbox
3737
It also flags dangerous sandbox Docker network modes (including `host` and `container:*` namespace joins).
3838
It also warns when existing sandbox browser Docker containers have missing/stale hash labels (for example pre-migration containers missing `openclaw.browserConfigEpoch`) and recommends `openclaw sandbox recreate --browser --all`.
3939
It also warns when npm-based plugin/hook install records are unpinned, missing integrity metadata, or drift from currently installed package versions.
40-
It warns when channel allowlists rely on mutable names/emails/tags instead of stable IDs (Discord, Slack, Google Chat, MS Teams, Mattermost, IRC scopes where applicable).
40+
It warns when channel allowlists rely on mutable names/emails/tags instead of stable IDs (Discord, Slack, Google Chat, Microsoft Teams, Mattermost, IRC scopes where applicable).
4141
It warns when `gateway.auth.mode="none"` leaves Gateway HTTP APIs reachable without a shared secret (`/tools/invoke` plus any enabled `/v1/*` endpoint).
4242
Settings prefixed with `dangerous`/`dangerously` are explicit break-glass operator overrides; enabling one is not, by itself, a security vulnerability report.
4343
For the complete dangerous-parameter inventory, see the "Insecure or dangerous flags summary" section in [Security](/gateway/security).

docs/concepts/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ title: "Features"
3535
**Channels:**
3636

3737
- WhatsApp, Telegram, Discord, iMessage (built-in)
38-
- Mattermost, Matrix, MS Teams, Nostr, and more (plugins)
38+
- Mattermost, Matrix, Microsoft Teams, Nostr, and more (plugins)
3939
- Group chat support with mention-based activation
4040
- DM safety with allowlists and pairing
4141

docs/concepts/markdown-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ IR (schematic):
5757
## Where it is used
5858

5959
- Slack, Telegram, and Signal outbound adapters render from the IR.
60-
- Other channels (WhatsApp, iMessage, MS Teams, Discord) still use plain text or
60+
- Other channels (WhatsApp, iMessage, Microsoft Teams, Discord) still use plain text or
6161
their own formatting rules, with Markdown table conversion applied before
6262
chunking when enabled.
6363

0 commit comments

Comments
 (0)