Raw Pipes

SharePoint

Sync SharePoint sites and document libraries for Microsoft 365 context.

Features

Site and library sync
List data extraction
Document metadata
Permission inheritance
OneDrive integration
Graph API webhooks

Quick Start

import { Metalogue } from '@metalogue/sdk';

const client = new Metalogue({ apiKey: 'mtlg_...' });

// Connect SharePoint
await client.sync('sharepoint', {
  // Configuration options
});

// Query SharePoint data
const results = await client.query({
  question: 'Your question here',
  sources: ['sharepoint']
});
View Documentation← All Integrations