SharePoint Business Integration
The SharePoint Business integration node allows you to connect your organization's SharePoint instance with Lamatic AI. This enables you to retrieve, sync, and parse documents stored in SharePoint folders and sites to power your RAG workflows or document intelligence pipelines.
đź’ˇ
You must have appropriate SharePoint access permissions and Microsoft 365 credentials to use this integration.
Setup Credentials
Provide your Microsoft 365 Tenant ID. This is required to authenticate your organization's SharePoint instance.
- Go to Microsoft Entra Admin Center (opens in a new tab)
- Navigate to Azure Active Directory
- Under Tenant Information, copy the Tenant ID (also called Directory ID)
Node Configuration
Field | Description | Example | Required |
---|---|---|---|
Site URL | URL of the SharePoint site to search for files | https://lamatic.sharepoint.com/sites/test | Yes |
Folder Path | Path to a specific folder within the drive. Use "." to search all folders | ./TeamDocs/HR | Yes |
Globs (Path Patterns) | Pattern to filter specific files based on extension or name | **/*.pdf , **/*.docx | No |
Sync Mode | Sync behavior: - full_refresh : Re-index everything- incremental : Update only modified files | incremental | Yes |
Sync Schedule | Cron expression for scheduled syncs | 0 0 * * * | No |
Search Scope | Location to search: - ACCESSIBLE_DRIVES - SHARED_ITEMS - ALL | ALL | Yes |
Parsing Strategy | Document parsing method: - fast - ocr_only - hi_res | hi_res | Yes |
Days To Sync If History Is Full | Limit sync to files modified in the last N days if sync state is full | 30 | No |
Start Date | Ignore files modified before this UTC datetime (ISO format) | 2017-01-25T00:00:00.000000Z | No |
Example Use Case
Use this node to automatically sync the following types of content from your organization's SharePoint instance into Lamatic:
- âś… Company policies and HR documents
- âś… Departmental wikis and team knowledge hubs
- âś… Project documentation and shared collaboration files
- âś… Internal compliance or audit-related content
These documents can then be used for:
- 🔍 Semantic search
- âť“ Question answering (Q&A)
- 📝 Document summarization
Tips
- Ensure permissions are properly configured for access to SharePoint resources.
- For best accuracy on scanned documents or images, prefer
hi_res
orocr_only
parsing. - Use cron expressions smartly to avoid redundant syncs.