- 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
- 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
Channels
The Microsoft Teams Channels activities provide methods to create, delete, retrieve, and update channels.
Activity |
Description |
---|---|
Creates a new channel in your specified team. After creating your new channel, the activity outputs its properties in a Channel` object that you can use as in input variable in subsequent activities | |
Deletes a specified channel from a team. | |
Retrieves the properties and relationships of a specified channel from a team. After retrieving your new channel, the activity outputs its properties in a Channel` object that you can use as in input variable in subsequent activities | |
Retrieves an array of
Channel objects that match your query parameters and specified team list type.
After retrieving the teams that match your query parameters, that activity outputs a
Channel[] object that you can use as in input variable in subsequent activities.
| |
Updates the name and description of a specified channel in a team. |