- Getting started
- Notifications
- Flex licensing
- Troubleshooting
- Connector Builder
- Act! 365
- Active Directory - Preview
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF Services
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- Amazon SES
- Amazon Transcribe
- Amazon Web Services
- Anthropic Claude
- Asana
- AWeber
- Azure AI Document Intelligence
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix Hypervisor
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Customer.io
- Datadog
- DeepSeek
- Deputy
- DocuSign
- Drip
- Dropbox
- Egnyte
- Eventbrite
- Exchange Server - Preview
- Exchangerates
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- Freshservice
- GetResponse
- GitHub
- Gmail
- Google Cloud Platform
- Google Docs
- Google Drive
- Google Maps
- Google Sheets
- Google Speech-to-Text
- Google Text-to-Speech
- Google Vertex
- Google Vision
- Google Workspace
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook - Preview
- Hubspot CRM
- HubSpot Marketing
- HyperV - Preview
- Icertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- MailerLite
- Mailgun
- Mailjet
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive & Sharepoint
- Microsoft Outlook 365
- About the Microsoft Outlook 365 connector
- Microsoft Outlook 365 authentication
- Microsoft Outlook 365 events
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- NetIQ eDirectory
- Okta
- OpenAI
- OpenAI V1 Compliant LLM
- Oracle Eloqua
- Oracle NetSuite
- PayPal
- PDFMonkey
- Perplexity
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI
- SAP Cloud for Customer
- SAP Concur
- SAP OData
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Preview
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath GenAI Activities
- VMware ESXi vSphere
- watsonx.ai
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- Workday REST
- X (formerly Twitter)
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- ZoomInfo

Integration Service for Automation Suite User Guide
In Integration Service, when you create a connection to one of our Microsoft Graph-based connectors, you can choose between the following authentication options:
- OAuth 2.0 Client credentials – uses a service account and, optionally, connects to your shared mailbox.
- Bring your own OAuth 2.0 app – connects to a private application you create, and, optionally, to your shared mailbox.
In case you encounter any errors during the sign-in process, it is recommended to contact your Microsoft Outlook 365 administrator. For more information, refer to the Office 365 Outlook connector documentation.
Scopes
Mail.Read, User.Read.All or User.Read.
Adding the Microsoft Outlook 365 connection
To create a connection to your Microsoft Outlook 365 instance, perform the following steps:- Select Integration Service from the left rail.
- From the Connectors list, select Microsoft Outlook 365, or use the search bar to find the connector.
- Select Connect to Microsoft Outlook 365.
- You are now redirected to the connection page.
- Enter the required credentials.
Note:
- You must provide a Client ID and Client secret, the Tenant ID, and the Scopes you may need to interact with different activities. For more details check the documentation for activities to learn what scopes they require.
- If you are using a multi-tenant application, keep the default value for the Tenant ID (
common). - If you are using a single-tenant application, retrieve the Tenant ID from Azure. For more details, check How to find your Microsoft Entra tenant ID.
- Select Connect.
Overview
To learn how to create an application, go to the official Microsoft documentation and follow the described steps: Register an application with the Microsoft identity platform.
Requirements
When creating your own application to use with Integration Service, you must consider the following requirements:
- You must configure the application as a Multitenant or Single tenant application.
- You must configure a Web application.
- You must configure a Web Redirect URI. The Redirect URI (or callback URL) for your OAuth 2.0 application is provided in the authentication screen when creating a connection: https://{yourDomain}/provisioning_/callback.
- You must set up delegated permissions. For more information, refer to Permissions in the Microsoft official documentation.
- Generate a client secret for your application.
The connector uses Microsoft Graph API. Refer to the Microsoft Graph permissions reference page for details on all permissions.
After you create your application, use the Client ID and Client Secret to create a connection with the Microsoft connectors.
Scopes
- Minimal scopes required for creating a connection:
openid,offline_access,Mail.Read. - Minimal list of scopes required for Outlook triggers:
- For shared mailbox triggers:
openid,offline_access,Mail.Read,Mail.Read.Shared. - For events on calendars:
Calendars.Read. - For events on shared calendars:
Calendars.Read.Shared.
- For shared mailbox triggers:
Adding the Microsoft Outlook 365 connection
To create a connection to your Microsoft Outlook 365 instance, perform the following steps:
- Select Integration Service from the left rail.
- From the Connectors list, select Microsoft Outlook 365, or use the search bar to find the connector.
- Select Connect to Microsoft Outlook 365.
- You are now redirected to the connection page.
- Select the Bring your own OAuth 2.0 app authentication type.
- Fill in the required fields: Client ID and Client secret, and, optionally, the Scope, required to interact with different activities, Tenant ID, Environment, and Shared mailbox.
Note:
- For more details check the documentation for activities to learn what scopes they require.
- If you use a multi-tenant application, keep the default value for the Tenant ID (
common). - If you use a single tenant application, retrieve the Tenant ID from Azure. For more details, check How to find your Microsoft Entra tenant ID.
Refresh tokens for OAuth applications
Refresh tokens for OAuth applications can be invalidated or revoked at any time by Microsoft. This can happen for different reasons, such as timeouts and revocations. For details, see Microsoft's official documentation.
Make sure to follow best practices from Microsoft when creating your OAuth applications. For full details on how to create a Microsoft OAuth app, see the Microsoft documentation.
This issue affects not only the OneDrive & SharePoint connector, but all Microsoft Graph-based connectors, such as Outlook or Teams.