Inputs

  • title (required): The title of the task to be created.
  • plan_id (required): The ID of the Planner plan where the task will be created.
  • bucket_id (optional): The ID of the bucket where the task will be placed.

Authentication Parameters

The Microsoft Planner Provider uses the following authentication parameters to generate an access token for authentication. You need to provide the following authentication parameters to connect to the Microsoft Planner Provider:

  • client_id (required): The client ID of your registered application in Azure.
  • client_secret (required): The client secret generated for your registered application in Azure.
  • tenant_id (required): The tenant ID where the authentication app was registered in Azure.

Connecting with the Provider

To connect to Microsoft Planner, follow these steps:

  1. Log in to your Azure account.
  2. Register a new application here.
  3. After successfully registering the application, navigate to the API permissions page and add the following permissions:
    • Tasks.Read.All
    • Tasks.ReadWrite.All
  4. Go to the Overview page and make note of the Application (client) ID and Directory (tenant) ID.
  5. Visit the Certificates & secrets page, create a new client secret, and make note of the client secret value.
  6. Add the client ID, client secret, and tenant ID to the authentication section in the Microsoft Planner Provider configuration.

Notes

  • This provider enables you to interact with Microsoft Planner to create tasks.