MENU
    Microsoft Planner Connector
    • 12 Jun 2024
    • 1 Minute to read
    • Contributors

    Microsoft Planner Connector


    Article summary

    To download the app, visit: Library

    Microsoft 365 Connector

    For integration with Microsoft apps like Teams, Outlook, and Office Suite.

    Purpose

    Use this document to integrate your Tulip Apps with Microsoft 365 products like Teams, Office Suite, and Outlook.

    Pre-Requisites and Connector Setup

    Note: Oauth2 authentication information must be generated in Entra ID before using this Connector. Follow this guide to generate the required credentials.
    Connect the MS Graph API to Tulip with Oauth2

    API Doc

    Here you can read about the general Microsoft Graph API Documentation.
    And for a more specific MS Planner API references, read this Documentation.

    Scopes Needed for this Connector

    Here is a list of scopes that need to be enabled in Microsoft Graph permissions, and written in the Connector setup:

    User.Read
    User.ReadWrite
    Tasks.Read
    Tasks.ReadWrite

    Connector Functions

    GET - List plan buckets

    List all the plans

    GET - List plan tasks

    List all the tasks associated with a plan ID.

    GET - List plans for groups

    List all the plans filtered or a group.

    POST - Status

    Modify status of an already existing plan.

    Further Reading

    Check out more information regarding Microsoft Connectors


    Was this article helpful?