# Reply to Microsoft Teams channel message

Canonical URL: https://docs.fuse.init.inc/integrations/microsoft-teams/actions/channel_messages.reply

Reply to a channel message as the connected user.

Action ID: `channel_messages.reply`
Provider: Microsoft Teams (`microsoft_teams`)
Contract version: 1

## Risk and exposure

- Risk: Write
- Idempotency: Unsafe — Retries may duplicate side effects; callers must coordinate carefully.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=false, destructive=false, idempotent=false, openWorld=true

## Required scopes

- `ChannelMessage.Send`

## Input schema fields

- `team_id`
- `channel_id`
- `message_id`
- `body_content`
- `body_content_type`

## Output schema fields

- `id`
- `body_content`
- `body_content_type`
- `from_user_id`
- `created_at`
- `web_url`
- `reply_to_id`

Provider overview: https://docs.fuse.init.inc/integrations/microsoft-teams
Actions index: https://docs.fuse.init.inc/integrations/microsoft-teams/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/microsoft_teams/actions/channel_messages.reply
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/microsoft_teams/actions
