Skip to end of metadata
Go to start of metadata

Microsoft Teams

Microsoft Teams plug-in use to Get a User’s List, Get Chat Members List, Chat Send Message, Get Channel Members List, and Channel Send Message.

Microsoft Teams

Item

Value

Icon

Display Name

Microsoft Teams

Arun Kumar ( arunk@argos-labs.com )

Version Control

  • 4.823.932
  • Release Date: August 23, 2022

Create credentials from Azure Active Directory

  1. Sign In here: https://azure.microsoft.com/en-in/services/active-directory/

  1. Select Manage Azure Active Directory

  1. Select App registrations

  1. Add New registration

  1. Register app with skype and web redirect URL

  1. Select API permissions

  1. Add API permissions

  1. Select Microsoft Graph

  1. Select permissions

  1. Search and check all required permission names from the table and Add permission

permission name

permission desc

ChannelMember.Read.All

Read the members of channels

ChannelMember.ReadWrite.All

Add and remove members from channels

ChannelMessage.Send

Send channel messages

Chat.ReadWrite

Read and write user chat messages

ChatMessage.Send

Send user chat messages

Group.ReadWrite.All

Read and write all groups

offline_access

Maintain access to data you have given it access to

openid

Sign users in

profile

View users` basic profile

User.Read

Sign in and read the user profile

User.Read.All

Read all users` full profiles

User.ReadBasic.All

Read all users` basic profiles

  1. Select Grant admin consent

  1. Generate secret token Select certificate & secrets

  1. Add a new secret

  1. Value Column will be the secret token

  1. Update Manifest "signInAudience": "AzureADMultipleOrgs"

Input (Required)

OP Type

Parameters

Output

Get Users List

 

id,displayName,jobTitle,officeLocation,businessPhones

Get Chat Members List

Chat Id

id,displayName,email

Chat Send Message

Chat Id, Message

message_id

Get Channel Members List

Channel Link

id,displayName,jobTitle,officeLocation,businessPhones

Get Channel Members List

Team Id, Channel Id

id,displayName,jobTitle,officeLocation,businessPhones

Channel Send Message

Channel Link

message_id

 

Message

 

Channel Send Message

Channel Link

message_id

 

Message

 

 

File

 

Channel Send Message

Team Id, Channel Id

Updated file path

 

Message

 

Channel Send Message

Team Id, Channel Id

Updated file path

 

Message

 

 

File

 

Return Value

Normal Case

Description of the output result

Return Code

Code

Meaning

0

Success

1

Exceptional case

Output Format

You may choose one of 3 output formats below,

  • String (default)
  • CSV
  • File

Parameter setting examples (diagrams)

Operations

Get Users List:

Get Chat Members List:

Chat Send Message:

Get Channel Members List:

Channel Send Message:

Plugins

Need help?

Technical contact to tech@argos-labs.com

Sales contact to info@argos-labs.com


May you search all over,

  • No labels