Supported Providers
Microsoft Planner Provider
Microsoft Planner Provider to create task in planner.
Authentication
This provider requires authentication.
- tenant_id: Planner Tenant ID (required: True, sensitive: True)
- client_id: Planner Client ID (required: True, sensitive: True)
- client_secret: Planner Client Secret (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow example:
Connecting with the Provider
To connect to Microsoft Planner, follow below steps:
- Log in to your Azure account.
- Register an application here.
- After successfully registering the application, go to the API permissions page and add the below permissions:
Tasks.Read.All
Tasks.ReadWrite.All
- Go to Overview page and note the
Application (client) ID
andDirectory (tenant) ID
. - Go to Certificates & secrets page, create a new client secret and note the client secret value.
- Add the client id, client secret and tenant id to the
authentication
section in the Microsoft Planner Provider configuration.
Notes
- This provider allows you to interact with Microsoft Planner Provider to create tasks.