Skip to main content

Microsoft Lists

Microsoft Lists connector enables seamless data integration and synchronization between Microsoft Lists and other destination. The connector leverages Microsoft Graph API to retrieve list items efficiently, ensuring smooth workflows and real-time data accessibility

Authentication

1. Register a New Application(If you don't have already)

Go to the Azure Portal Navigate to Azure Active Directory > App registrations > New registration. Provide the following details: Name: Enter a name for your app (e.g., Airbyte Lists Connector). Supported account types: Choose the option that suits your needs (e.g., Single tenant or Multitenant). Redirect URI: Leave it blank for now or provide one if needed. Click Register.

2. Configure API Permissions

In the App Overview page, go to API Permissions > Add a permission. Select Microsoft Graph. Choose Application Permissions: Sites.Read.All, Sites.ReadWrite.All After adding the permissions, click Grant admin consent to allow these permissions.

3. Create Client Secret

In your registered app, go to Certificates & secrets > New client secret. Add a description and select an expiration period. Click Add and copy the client secret value (you won’t be able to see it again).

4. Obtain Client ID and Tenant ID

Go to the Overview tab in your registered app. Copy the Application (client) ID and Directory (tenant) ID – you’ll need these for authentication.

5. Set Redirect URI

Go to Authentication > Add a platform. Select Web and enter your redirect URI (e.g., http://localhost:3000). Enable Access tokens and ID tokens if using OAuth2 for authentication.

Configuration

InputTypeDescriptionDefault Value
site_idstringSite Id.
client_idstringClient ID.
client_secretstringClient secret.
application_id_uristringApplication Id URI.
tenant_idstringTenant Id.
domainstringDomain.

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
listsidDefaultPaginator
listcontenttypesidDefaultPaginator
listitemsDefaultPaginator
itemsDefaultPaginator
columnvaluesidDefaultPaginator

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-10-18Initial release by @bishalbera via Connector Builder