Docs
SharePoint

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.

Node Configuration

FieldDescriptionExampleRequired
Site URLURL of the SharePoint site to search for fileshttps://lamatic.sharepoint.com/sites/testYes
Folder PathPath to a specific folder within the drive. Use "." to search all folders./TeamDocs/HRYes
Globs (Path Patterns)Pattern to filter specific files based on extension or name**/*.pdf, **/*.docxNo
Sync ModeSync behavior:
- full_refresh: Re-index everything
- incremental: Update only modified files
incrementalYes
Sync ScheduleCron expression for scheduled syncs0 0 * * *No
Search ScopeLocation to search:
- ACCESSIBLE_DRIVES
- SHARED_ITEMS
- ALL
ALLYes
Parsing StrategyDocument parsing method:
- fast
- ocr_only
- hi_res
hi_resYes
Days To Sync If History Is FullLimit sync to files modified in the last N days if sync state is full30No
Start DateIgnore files modified before this UTC datetime (ISO format)2017-01-25T00:00:00.000000ZNo

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 or ocr_only parsing.
  • Use cron expressions smartly to avoid redundant syncs.

Was this page useful?

Questions? We're here to help

Subscribe to updates