- 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
The following table lists the activities included in this package.
Activity |
Description |
---|---|
Creates a new team according to your specified template and visibility type. After creating your new team, the activity outputs its properties in
a
Team object that you can use as input variables
in subsequent activities
| |
Creates a new team based on an existing group in your Azure directory. The new team is created using a standard template, the name of the specified group, and it includes all group members. After creating your new team, the activity outputs its properties in
a
Team object that you can use as input variables
in subsequent activities.
| |
Retrieves the properties and relationships of a specified team. After retrieving the team, the activity returns its properties and
relationships in a
Team object that you can use as
input variables in subsequent activities
| |
Retrieves an array of
Team objects
that match your query parameters and specified team list type.
After retrieving the teams, the activity outputs their properties and
relationships in
Team[] object that you can use as
input variables in subsequent activities.
| |
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. | |
Retrieves the properties of a specified chat. After retrieving the chat, the activity returns its properties in a
Chat object that you can use as input variables
in subsequent activities.
| |
Retrieves all the chats the user is a member of (user determined by the connection established via the Microsoft Teams Scope activity). After performing the search, the activity outputs the chat properties
in a
Chat[] object that you can use as input
variables in subsequent activities.
| |
Retrieves the members of a specified chat. After retrieving the members, the activity returns an array of their
properties in a
ConversationMember[] object that
you can use as in input variable in subsequent activities.
| |
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.
| |
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.
| |
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 in
input variable in subsequent activities.
| |
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 in input variable in
subsequent activities.
| |
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 in input
variable in subsequent activities.
| |
Creates a new event object in your specified team. After creating your new event, the activity outputs the identifier as
a
String that you can use as an input variable in
subsequent activities (e.g., Delete Event,
).
| |
Deletes an event in your specified team. | |
Retrieves an event in your specified team. After completing the operation, the activity outputs the
Event object hat you can use as an input
variable in subsequent activities.
| |
Retrieves the events that match your query. After retrieving the events, the activity returns its properties and
relationships in an
Event[] object that you can use
as input variables in subsequent activities.
| |
|
Updates an event object in your specified team. |
Returns the presence of the user. |