marketplace
latest
false
- Release notes
- Overview
- Getting started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Publishing Guidelines for Process Mining app templates
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams scope
- Create team
- Create team from group
- Get team
- Get teams
- Channels
- Create channel
- Delete channel
- Get channel
- Get channels
- Update channel
- Chats
- Get chat
- Get chats
- Get chat members
- Messages
- Get message
- Get messages
- Get message replies
- Reply to message
- Send message
- Events
- Create event
- Delete event
- Get event
- Get events
- Users
- Get user presence
- How it works
- Technical references
- Get started
- About
- Setup
- Technical references
- Azure Form Recognizer scope
- Activities
- Analyze form
- Analyze form async
- Get analyze form result
- Analyze receipt
- Analyze receipt async
- Get analyze receipt result
- Analyze layout
- Analyze layout async
- Get analyze layout result
- Train model
- Get models
- Get model keys
- Get model info
- Delete model
- Connectors
- How to create activities
- Build Your Integration

Marketplace user guide
Last updated Apr 1, 2026
Messages
The Microsoft Teams Messages activities provide methods to retrieve and send messages and message replies.
| Activity | Description |
|---|---|
| Get Message | Retrieves a specified message from a chat or channel and team. After performing the search, the activity outputs its properties in a ChatMessage object (Message) that you can use as input variables in subsequent activities. |
| Get Messages | Retrieves all messages from a specified chat or channel and team. After performing the search, the activity outputs its properties in a ChatMessage[] object that you can use as input variables in subsequent activities. |
| Get Message Replies | Retrieves all message replies from a specified channel and team. After the activity performs the search it outputs an array of ChatMessage objects that you can use as an input variable in subsequent activities. |
| Reply To Message | Sends a reply to a specified team channel message. After sending the reply, the activity outputs the id of the reply as a String that you can use as an input variable in subsequent activities. |
| Send Message | Sends a message to a specified chat or channel and team. After sending the message, the activity outputs the id of the sent message as a String that you can use as an input variable in subsequent activities. |