MS Teams
Activities
- Token Get
- Team Create
- Team Clone
- Team Delete
- Team List
- Team Restore
- Team Archive
- Team Unarchive
- Team Members Add
- Team Members Remove
- Channel Create
- Channel Delete
- Channel Mail Provision
- Channel Mail Remove
- Channel List
- Channel Members Get
- Private Channel Members Add
- Private Channel Members Remove
- Channel Message Send
- Chat Message Send
- Chat Message Delete
Token Get
Get the token for a new ms teams connection..
Keep in your mind that you need to configure at first the app registration and permissions on the azure portal to use the activities.
Activity Parameters
The Token Get activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Client ID (text box editor type) (type: string): enter the client id for the connection to the azure tenant.
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the azure connection. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
- Username (text box editor type) (type: string): the username to connect to MS Azure.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection Token (type: Object): outputs the connection token as object.
Team Create
Create a new MS Team and optional a channel. The activity allow to add multiple members, too.
API Permissions (Application): Team.Create, Teamwork.Migrate.All, Group.ReadWrite.All , Directory.ReadWrite.All
Activity Parameters
The Team Create activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameters - Team:
- Team Description (text box editor type) (type: string): enter the description for the team.
- Team Displayname (text box editor type) (type: string): enter the displayname for the team.
- Team Template (optional) (text box editor type) (type: string): enter the id of an team template. Leave empty for the deafult template.
- Team visibility (text box editor type) (type: string): visibility configuration for the team. public = visible for all users, private = visible only for specfific users.
Parameters - Team Member Settings
- Add and remove apps (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Create and update channel (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Create and updating tabs (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Create, updating tabs (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Create, updating and remove connectors (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Delete channels (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Guest Settings:
- Create and updating channels (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Delete channels (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Fun Settings:
- Custom Memes (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Giphy (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Giphy Content Rating (text box editor type) (type: string): moderate allow all types of giphies. strict allow adult only content
- Stickers and Memes (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Messaging Settings:
- Channel Mentions (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Owner Delete Massages (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- Team Mentions (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- User Delete Messages (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
- User Edit Massages (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Discovery Settings:
- Show in Teams Search and Suggestions (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Channel (Optional):
- Channel Description (text box editor type) (type: string): Enter the channel description.
- Channel Displayname (text box editor type) (type: string): Enter the displayname for the channel.
- Channel Favorite by deafult? (text box editor type) (type: string): accept true to allow and false to not allow to use the function.
Parameters - Team Members:
- External Team Members (text box editor type) (type: string): enter the external members with there mail address / upn. Multiple members can be seperated by a simicolon.
- Team Members (text box editor type) (type: string): enter the external members with there mail address / upn. Multiple members can be seperated by a simicolon.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully created and false, if not.
- Team ID (type: String): return the team id.
Team Clone
Clone an existing MS Teams Team.
API Permissions (Application): Team.Create
Activity Parameters
The Team Clone activity parameters can be provided by manual inserted values or via IN arguments or variables:
Clone Behavior:
- Wait (text box editor type) (type: string): The Activity will wait till the team and the team parts are created, if it is set to True. The Activity will only start the clone process and not wait till it's done, if it's set to False.
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Current Team:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, which you want to clone.
New Team:
- Team Name (text box editor type) (type: string): enter the name or the new Team
- Team Description (text box editor type) (type: string): enter an optional description for the new Team
- Team Mail Nickname (text box editor type) (type: string): enter a Mail Nickname for the new Team. The Team name will be set as Nickname, if it is empty.
- Visibility (text box editor type) (type: string): Set the visibility of the new Team. Public = Visible for all Users in the Organization, Private = Visible only for the Team Members.
Parts To Clone:
- Apps (text box editor type) (type: string): Apps of the source Team will be clonded, if value is set to True. No Apps will be cloned, if it's set to False.
- Channels (text box editor type) (type: string): Channels of the source Team will be clonded, if value is set to True. No Channels will be cloned, if it's set to False.
- Members (text box editor type) (type: string): Members of the source Team will be clonded, if value is set to True. No Members will be cloned, if it's set to False.
- Settings (text box editor type) (type: string): Settings of the source Team will be clonded, if value is set to True. No Settings will be cloned, if it's set to False.
- Tabs (text box editor type) (type: string): Tabs of the source Team will be clonded, if value is set to True. No Tabs will be cloned, if it's set to False.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Team Delete
Delete an existing MS Teams Team.
API Permissions (Application): Group.ReadWrite.All
Activity Parameters
The Team Delete activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Configuration:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, which you want to delete.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Team List
Return a List of all existing MS Teams Teams .
API Permissions (Application): GroupMember.Read.All, Group.Read.All, Directory.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All
Activity Parameters
The Team List activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Filter (text box editor type) (type: string): Enter a filter expression. Possible filters are available under https://docs.microsoft.com/de-de/graph/query-parameters. The Activity use the option $filter by default. filter values can be added by entering the additional filters. Example 1. to search a specific Team by name: (displayName eq 'Teamname') 2. to retrive only specific Properties: $select=displayName. 3. Combination of both: (displayName eq 'Teamname')&$select=displayName. Possible filters are available under https://docs.microsoft.com/de-de/graph/query-parameters.
The Read Only Output variable are the possible output values that the activity will provide:
- Team, List as Collection (type: Collection of Collection of keyvaluepair<string, object>):Outputs collection of Teams. The collection (of keyvaluepair<string,object>) can be accessed by the get keyvaluepair activity. The value datatype depends on the property. The main typs are string or array of String. The main collection can be accessed by the index or the custom for each activity.
- Team List as Dictionary (type: Collection of Dictionary<string,object>). Outputs collection of Teams. The Dictionary Values can be accessed by the Keyname / Propertyname example: variable(<index>)("Propertyname"). The value datatype depends on the property. The main typs are string or array of String. The main collection can be accessed by the index or the custom for each activity.
Default output properties:
MS Teams are administrated as groups. Therefore, the return includes the same properties as azure groups, but not all are used for a team.
id
deletedDateTime
classification
createdDateTime
creationOptions []
description
displayName
expirationDateTime
groupTypes []
isAssignableToRole
mail
mailEnabled (boolean)
mailNickname
membershipRule
membershipRuleProcessingState
onPremisesDomainName
onPremisesLastSyncDateTime
onPremisesNetBiosName
onPremisesSamAccountName
onPremisesSecurityIdentifier
onPremisesSyncEnabled
preferredDataLocation
preferredLanguage
proxyAddresses []
renewedDateTime
resourceBehaviorOptions []
resourceProvisioningOptions []
securityEnabled (boolean)
securityIdentifier
theme
visibility
onPremisesProvisioningErrors []
Working with result as Collection:
Each entry of the out argument Team List as Collection include the properties of a Team as a seperate list. The result can be accessed by the index of a team entry and / or the index of the property item, if the index is known.
The index of the properties depends on the filter configuration. Without properties filter, the properties are returned as they are returned by the graph API.
Example to access the displayName of the first channel:
teamListCollection(0)(1).Value.toString
A different option is to use a foreach loop and the get key value pair activity:
The for each activity itterate throught each channel entry. We can use now the itterator to access the properties by the index e.g. team(1).Value.toString() or by the GetKeyValuePair activity.
The GetKeyValuePair activity return the output always as object. Therefore the return value must be converted into a string afterwards.
Working with Result as Dictonary
Each entry of the out argument Team List as Collection include the properties of a team as a seperate list. The result can be accessed by the index of a team entry and / or the index of the property item, if the index is known.
The index of the properties depends on the filter configuration. Without properties filter, the properties are returned as they are returned by the graph API.
The dictionary allow to access the team properties by name. the following example shows the option to itterate throught the collection of teams and to access there properties.
Team Restore
Restore a deleted MS Teams Team. After deleting, it may take a few minutes before the team is no longer visible.
API Permissions (Application): Application.ReadWrite.All
Activity Parameters
The Team Restore activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Configuration:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, which you want to restore.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully restored and false,
Team Archive
Archive an existing MS Teams Team.
API Permissions (Application): TeamSettings.ReadWrite.All
Activity Parameters
The Team Archive activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Configuration:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, which you want to archive.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully archived and false, if not.
Team Unarchive
Archive an existing MS Teams Team.
API Permissions (Application): TeamSettings.ReadWrite.All
Activity Parameters
The Team Unarchive activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Configuration:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, which you want to unarchive.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully unarchived and false, if not.
Team Members Get
Get a list of Team Members and there properties.
API Permissions (Application): TeamMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All
Activity Parameters
The Team Members Get activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team
The Read Only Output variable are the possible output values that the activity will provide:
- Members as Collection (type: Collection of Collection of keyvaluepair<string,string>): return a list of team members with their properties.
- Members as Dictionary (type: Collection of Dictionary of keyvaluepair<string,string>): return a list of team members with their properties.
Output properties:
- id
- roles
- displayName
- userId
- userPrincipalName
Example to access the displayName of the first channel:
channelMembersCollection(0)(1).Value
A different option is to use a foreach loop and the get key value pair activity:
The for each activity itterate throught each channel entry. We can use now the itterator to access the properties by the index e.g. channelMembers(1).Value or by the GetKeyValuePair activity.
The GetKeyValuePair activity return the output always as object. Therefore the return value must be converted into a string afterwards. Example see ChannelList
Team Members Add
Add one ore multiple Team Members.
API Permissions (Application): TeamMember.ReadWrite.All
Activity Parameters
The Team Member Add activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Team:
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where you want to add members.
Parameters:
- External Team Members (text box editor type) (type: string): enter the mail address / upn the external Team members, which you want to add to the team. You can add multiple members, serperated by simicolon.
- Team Members (text box editor type) (type: string): enter the mail address / upn the Team members, which you want to add to the team. You can add multiple members, serperated by simicolon. The user must be part of he organization.
- Team Owners (text box editor type) (type: string): enter the mail address / upn the Team owners, which you want to add to the team. You can add multiple owners, serperated by simicolon. The user must be part of he organization.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully unarchived and false, if not.
Team Members Remove
Remove one ore multiple Team Members.
API Permissions (Application): TeamMember.ReadWrite.All
Activity Parameters
The Team Member Add activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameters:
- Team Members (text box editor type) (type: string): enter the mail address / upn the Team members, which you want to remove from the team. You can add multiple members, serperated by simicolon.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where you want to remove members.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully unarchived and false, if not.
Channel Create
Create a new Team Channel and allow to add members.
API Permissions (Application): Channel.Create.Group , Channel.Create, ChannelSettings.ReadWrite.All, TeamMember.ReadWrite.All, Teamwork.Migrate.All
Activity Parameters
The Team Channel Create activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Configuration:
- Channel Description (text box editor type) (type: string): enter the description for the new channel.
- Channel Mail (text box editor type) (type: string): Should be an mail address created for the channel? True, if yes, False, if no.
- Channel Membership Type (text box editor type) (type: string): Select the channel membership type Standard, Private or Shared.
- Channel Name (text box editor type) (type: string): enter the name or the new channel.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where you want to create the channel
Channel Members:
- Channel Members (text box editor type) (type: string): enter the mail address / upn the channel members, which you want to add to the channel. You can add multiple members, serperated by simicolon. The user must be part of he organization and team.
- Channel Members Add (text box editor type) (type: string): This option will add the listed members to the team of the new channel, if they are not still member of it, if the value is set to true. The activity will fail, if the value is set to false and one of the user is not member of the team.
- External Channel Members (text box editor type) (type: string): enter the mail address / upn the external Team members, which you want to add to the team. You can add multiple members, serperated by simicolon.Teh user must be part of the team.
Channel Owners:
- Channel Owners (text box editor type) (type: string): enter the mail address / upn the channel members, which you want to add to the channel. You can add multiple members, serperated by simicolon. The user must be part of he organization and team.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully unarchived and false, if not.
- Channel E-Mail (text box editor type) (type: string): return the channel mail address, if it was requested
- Channel Url (text box editor type) (type: string): return the url of the new created team channel.
Channel Delete
Delete an existing MS Teams Channel.
API Permissions (Application) via Channel ID: Channel.Delete.Group, Channel.Delete.All
Activity Parameters
The Team Channel Delete activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel, which you want to delete.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where the channel is located, which you want to delete.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Channel Mail Provision
Create a Mail address for a teams channel.
API Permissions (Application): ChannelSettings.ReadWrite.All
Activity Parameters
The Channel Mail Provision activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel, which you want to delete.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where the channel is located, which you want to delete.
The Read Only Output variable are the possible output values that the activity will provide:
- E-Mail (type: string): return the created mail address of the channel.
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Channel Mail Remove
Removes the Mail address of a channel.
API Permissions (Application): ChannelSettings.ReadWrite.All
Activity Parameters
The Channel Mail Remove activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel, which you want to delete.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where the channel is located, which you want to delete.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Channel List
Return a List of all existing MS Teams Channels of a specific Team.
API Permissions (Application): ChannelSettings.Read.Group, ChannelSettings.ReadWrite.Group, Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All
Activity Parameters
The Team Channel Delete activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Filter (text box editor type) (type: string): optional filter expression to filter the result. The Activity use no option by default. Example 1. to search a specific Channel by name: $filter=(displayName eq 'Channelname') 2. to retrive only specific Properties: $select=displayName. 3. Combination of both: $filter=(displayName eq 'Channelname')&$select=displayName. Possible filters are available under https://docs.microsoft.com/de-de/graph/query-parameters.
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team, where the channel is located
The Read Only Output variable are the possible output values that the activity will provide:
- Channel List as Collection (type: Collection of Collection of keyvaluepair<string,string>): The collection (of keyvaluepair<string,string>) include the channel attributes id, createdDateTime, displayName, description, membershipType and can be accessed by the get keyvaluepair activity. The main collection can be accessed by the index or the custom for each activity
- Channel List as Dictionary (type: Collection of Dictionary<string,Object>). The Dictionary Values can be accessed by the Keyname / Propertyname example: variable(<index>)("Propertyname"). The main collection can be accessed by the index or the custom for each activity.
Default output properties:
- id
- createdDateTime
- displayName
- desription
- isFavoriteByDefault
- tenantId
- webUrl
- membershipType
Working with result as Collection:
Each entry of the out argument Channel List as Collection include the properties of a channel as a seperate list. The result can be accessed by the index of a channel entry and / or the index of the property item, if the index is known.
The index of the properties depends on the filter configuration. Without properties filter, the properties are returned as they are returned by the graph API.
Example to access the displayName of the first channel:
channelListResult(0)(1).Value
A different option is to use a foreach loop and the get key value pair activity:
The for each activity itterate throught each channel entry. We can use now the itterator to access the properties by the index e.g. channel(1).Value or by the GetKeyValuePair activity.
The GetKeyValuePair activity return the output always as object. Therefore the return value must be converted into a string afterwards.
Working with Result as Dictonary
Each entry of the out argument Channel List as Collection include the properties of a channel as a seperate list. The result can be accessed by the index of a channel entry and / or the index of the property item, if the index is known.
The index of the properties depends on the filter configuration. Without properties filter, the properties are returned as they are returned by the graph API.
The dictonary allow to access the channel properties by name. the following example shows the option to itterate throught the collection of channels and to access there properties:
Channel Members Get
Get a list of Channel Members and there properties.
API Permissions (Application): ChannelMember.Read.All, ChannelMember.ReadWrite.All
Activity Parameters
The Channel Members Get activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team
The Read Only Output variable are the possible output values that the activity will provide:
- Members as Collection (type: Collection of Collection of keyvaluepair<string,string>): return a list of channel members with their properties.
- Members as Dictionary (type: Collection of Dictionary of keyvaluepair<string,string>): return a list of channel members with their properties.
Output properties:
- id
- roles
- displayName
- userId
- userPrincipalName
Example to access the displayName of the first channel:
channelMembersCollection(0)(1).Value
A different option is to use a foreach loop and the get key value pair activity:
The for each activity itterate throught each channel entry. We can use now the itterator to access the properties by the index e.g. channelMembers(1).Value or by the GetKeyValuePair activity.
The GetKeyValuePair activity return the output always as object. Therefore the return value must be converted into a string afterwards. Example see ChannelList
Private Channel Members Add
Add Private Channel Members to an existing MS Teams Team Channel. The Activity allow to add the members to the Team of the channel, if the user is not still member of the team. Otherwhise is it not possible to add the user to the channel.
API Permissions (Application): TeamMember.ReadWrite.All, ChannelMember.ReadWrite.All
Activity Parameters
The Private Channel Members Add activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Infos:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team
Members:
- Channel Members (text box editor type) (type: string): enter the upn / mail of the user who should become a member of the channel. Multiple users can be specified separated with a simicolon
- Channel Owners (text box editor type) (type: string): enter the upn / mail of the user who should become a owner of the channel. Multiple users can be specified separated with a simicolon
Users who are not yet members of the team are automatically added as members
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if members were successfully added and false, if not.
Private Channel Members Remove
Removes Private Channel Members of an existing MS Teams Team Channel. Members of public channels are automatically all Members of the Team and can't be removed from a public channel.
API Permissions (Application): ChannelMember.Read.All, ChannelMember.ReadWrite.All
Activity Parameters
The Private Channel Members Remove activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Channel Infos:
- Channel Name / ID (text box editor type) (type: string): enter the name or the id of the channel
- Team Name / ID (text box editor type) (type: string): enter the name or the id of the team
Parameters:
- Channel Members (text box editor type) (type: string): enter the upn / mail of the user who should become a member of the channel. Multiple users can be specified separated with a simicolon
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if Members were successfully deleted and false, if not.
Channel Message Send
Send a message in the standard format to a teams channel chat.
Activity Parameters
The Channel Message Send activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Channel Name (text box editor type) (type: string): enter the name of the channel, where you want to send a message.
- Team Name (text box editor type) (type: string): enter the name of the team, where the channel is located,
- Message (text box editor type) (type: string): enter the message which you like to send to the channel.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Chat Message Send
Send a message to a teams member.
Activity Parameters
The Chat Message Send activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection:
- Connection Token (text box editor type) (type: object): assign the connection token object from the Token Get activity resonse.
Parameter:
- Recipient (text box editor type) (type: string): enter the upn of the member who should receive the message.
- Topic (text box editor type) (type: string): enter the topic of the message.
- Message (text box editor type) (type: string): enter the message which you like to send to the channel.
The Read Only Output variable are the possible output values that the activity will provide:
- Success (type: Boolean): return true, if team was successfully deleted and false, if not.
Chat Message Delete
Functionality is unfortunately not currently offered via the Microsoft Garph API.