Outlook
Outlook is the email service provided by Microsoft. This connector enables you to sync emails, mailboxes, and conversations from Microsoft Outlook/Exchange Online using Microsoft Graph API with delegated permissions for multi-tenant support.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | OAuth Client ID. The Client ID of your Microsoft Azure application | |
tenant_id | string | Tenant ID (Optional). Azure AD Tenant ID (optional for multi-tenant apps, defaults to 'common') | common |
client_secret | string | OAuth Client Secret. The Client Secret of your Microsoft Azure application | |
refresh_token | string | Refresh Token. Refresh token obtained from Microsoft OAuth flow |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
profile | No pagination | ✅ | ❌ | |
mailboxes | id | DefaultPaginator | ✅ | ❌ |
messages | id | DefaultPaginator | ✅ | ❌ |
messages_details | id | No pagination | ✅ | ❌ |
conversations | conversationId | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
client_id
string
client_secret
string
refresh_token
string
tenant_id
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-08-14 | Initial release by @saif-qureshi-341 via Connector Builder |