Prophecy supports integration with Microsoft SharePoint, allowing you to read from and write to SharePoint document libraries as part of your data pipelines. This connection enables you to work directly with files stored in SharePoint for processing, transformation, and reporting.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
To connect Prophecy to OneDrive, your Microsoft administrator must first register Prophecy as an application in Microsoft Entra ID. This registration provides the Client ID and Client Secret needed to authenticate Prophecy with Microsoft APIs. As part of the setup, the following application-level permission must be granted to the registered app:Sites.Manage.All
Feature support
The table below outlines whether the connection supports certain Prophecy features.| Feature | Supported |
|---|---|
| Read data with a Source gem | Yes |
| Write data with a Target gem | Yes |
| Browse data in the Environment browser | Yes |
| Index files in the Knowledge Graph | No |
Limitations
Prophecy can only access files stored in the document library of your SharePoint site. Make sure any files you want to import are placed there.Connection parameters
To create a connection with SharePoint, enter the following parameters. You can find the Tenant ID, Client ID, and Client Secret in your Microsoft Entra app.| Parameter | Description |
|---|---|
| Connection Name | Unique name for the connection |
| Tenant ID | Your Microsoft Entra tenant ID |
| Client ID | Your Microsoft Entra app Client ID |
| Client Secret (Secret required) | Your Microsoft Entra app Client Secret |
| Site URL | URL of the SharePoint site to connect Example: https://yourcompany.sharepoint.com/sites/mysite |

