# SharePoint
SharePoint (opens new window) is a web-based collaboration, document management and storage system integrated with Microsoft Office.
Workato's SharePoint connector enables you to build even more integrations and automations around Sharepoint and other third-party applications.
# API
The SharePoint connector uses SharePoint REST API (opens new window).
# How to connect to SharePoint on Workato
# Register Workato app in SharePoint
Select
Azure Active Directory
->App Registrations
->New Application Registration
Give a unique name for the application, select the Application type as
Web
, redirect URL ashttps://www.workato.com/oauth/callback
, select an Account type, then selectRegister
.If you have not added a Workato redirect URI in the previous step, select the
Overview
for the newly created app registration, click the link besideRedirect URIs
.Under
Redirect URIs
, add a new URI: https://www.workato.com/oauth/callback (opens new window). Click Save.Click
API Permissions
on the left hand menu and then clickAdd a permission
Select the
SharePoint
option.Select
Delegated permission
.Expand
AllSites
and selectAllSites.Write
then clickAdd permission
.From the left hand menu, select
Certificates & secrets
, then clickNew client secret
under Client secrets.Enter a description for the client secret and select the Expires value then click
Add
.Once the secret has been generated, click the Copy to clipboard icon and save the client secret somewhere secure.
Click back to the Overview screen and copy the Application (client) ID value.
# Configure SharePoint connection in Workato
Once you have the client ID and client secret saved somewhere, you can now create a connection to your Sharepoint Online environment in ACC Connect.
Login to Workato to create SharePoint connection. Go to
App Connections
tab ->Create a new connection
-> select the Sharepoint ConnectorEnter the required fields. Use
Application ID
from Step 13 asClient ID
andClient Secret
from Step 12 asClient Secret
Select
Link your account
to connect Sharepoint and enter username and password in pop-up window.Connection should be established in Workato as shown below
Last updated: 7/2/2021, 8:43:36 AM