Reductech.Sequence.Connectors.Microsoft365 0.17.0

dotnet add package Reductech.Sequence.Connectors.Microsoft365 --version 0.17.0
NuGet\Install-Package Reductech.Sequence.Connectors.Microsoft365 -Version 0.17.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reductech.Sequence.Connectors.Microsoft365" Version="0.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reductech.Sequence.Connectors.Microsoft365 --version 0.17.0
#r "nuget: Reductech.Sequence.Connectors.Microsoft365, 0.17.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Reductech.Sequence.Connectors.Microsoft365 as a Cake Addin
#addin nuget:?package=Reductech.Sequence.Connectors.Microsoft365&version=0.17.0

// Install Reductech.Sequence.Connectors.Microsoft365 as a Cake Tool
#tool nuget:?package=Reductech.Sequence.Connectors.Microsoft365&version=0.17.0

Sequence® Connector for Microsoft 365

The Sequence Connector for Microsoft 365 allows users to automate ediscovery and forensic workflows that use Microsoft Graph.

This connector has Steps to:

  • Read Email
  • Read Chats
  • List Users
  • List Teams
  • List Channels of a Team
  • Read messages in a channel

Authentication

Using this connector requires authenticating with Microsoft 365.
There are two ways to do this:

  • Use steps as normal. The first time you use a step which requires authentication, a message will be logged containing a url and a code. Follow the url, enter the code and login to authenticate.
  • Create a token by logging in previously and supply this token as a parameter to M365Login

Connector Settings

The Sequence Connector for Microsoft 365® requires additional configuration which can be provided using the settings key in connectors.json.

Supported Settings

Name Required Type Description
TenantId string Directory Id of the application
ClientId string Application Id
GraphUserScopes string[] Permission scopes to use. Each step has its own required scopes

If you do not have the Tenant and Client Ids you may have to create an application, follow the instructions on this page

Example connectors.json Entry

"Reductech.Sequence.Connectors.Microsoft365": {
  "id": "Reductech.Sequence.Connectors.Microsoft365",
  "enable": true,
  "version": "0.17.0",
  "settings": {
    "TenantId": "abc123",
    "ClientId": "def456",
    "GraphUserScopes": [
      "Mail.Read",
      "User.ReadBasic.All",
      "Team.ReadBasic.All",
      "Chat.Read",
      "Channel.ReadBasic.All",
      "ChannelMessage.Read.All"
    ]
  }
}

Documentation

https://sequence.sh

Download

https://sequence.sh/download

Try SCL and Core

https://sequence.sh/playground

Package Releases

Can be downloaded from the Releases page.

NuGet Packages

Release nuget packages are available from nuget.org.

Licensing

This product is licensed under the Apache License, Version 2.0. For further details please see http://www.apache.org/licenses/LICENSE-2.0.

Microsoft does not test, evaluate, endorse or certify this product.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.17.0 192 8/31/2022