Connect your own Microsoft SharePoint tenant via an Azure AD App Registration to browse and manage Sites, Document Libraries, files and folders, versions, permissions, sharing links, and SharePoint Lists through Microsoft Graph.
connect_sharepointwriteConnect your own Microsoft SharePoint tenant via an Azure AD App Registration (client credentials), after checking the credentials actually work.
disconnect_sharepointwriteDisconnect a SharePoint tenant: deletes the saved App Registration credentials. Nothing in SharePoint itself is changed.
list_connectionsreadList the connected Microsoft SharePoint tenants.
list_drive_itemsreadList files and folders inside a document library, at its root or inside a given folder.
create_folderwriteCreate a new folder inside a document library.
upload_filewriteUpload a small file (up to ~4MB) into a document library via simple upload.
download_filereadDownload a file's content as base64.
move_itemwriteMove a file or folder to a different parent folder, optionally across drives, optionally renaming it.
copy_itemwriteCopy a file or folder to a different parent folder, optionally across drives, optionally renaming it. Runs asynchronously on Microsoft's side.
delete_drive_itemwritePermanently delete a file or folder from a document library. Moves to the site's recycle bin (recoverable there for a limited time).
search_drive_itemsreadSearch files and folders inside a document library by name/content.
list_sharepoint_listsreadList SharePoint Lists defined on a site.
list_list_itemsreadList items in a SharePoint List, with their column field values.
create_list_itemwriteCreate a new item in a SharePoint List with the given column field values.
update_list_itemwriteUpdate selected column field values of an existing SharePoint List item.
delete_list_itemwritePermanently delete an item from a SharePoint List. Cannot be undone.
list_columnsreadList the column definitions of a SharePoint List.
list_item_versionsreadList the saved versions of a file.
restore_item_versionwriteRestore a file to a previous version, making it the current version.
list_item_permissionsreadList the sharing permissions currently set on a file or folder.
grant_item_permissionwriteGrant a person access to a file or folder by email, optionally emailing them an invitation.
revoke_item_permissionwriteRevoke a previously granted permission from a file or folder. Cannot be undone.
create_sharing_linkwriteCreate a sharing link for a file or folder (view or edit access, organization-wide or anonymous).
list_sitesreadList SharePoint sites reachable by the connected tenant, optionally filtered by a free-text search.
list_drivesreadList the document libraries (Drives) of a SharePoint site.
create_webhookwriteSubscribe to change notifications for a Drive or List resource -- Microsoft Graph will POST to your HTTPS endpoint when items change. Subscriptions expire (max ~30 days for these resources) and must be renewed.
list_webhooksreadList active change-notification webhook subscriptions.
renew_webhookwriteExtend the expiration of an existing change-notification subscription before it lapses.
delete_webhookwritePermanently remove a change-notification webhook subscription. Cannot be undone.
audit_document_libraryreadValue-add report: scan a site's document libraries and flag oversized files and stale (not-recently-modified) documents.
Install Microsoft SharePoint and let Webbee use it across your workflow.
Open in panel