Connectors & integrations

SharePoint folder bindings

The primary ingestion path. Bind a SharePoint folder; a scheduled background job picks up new files about every five minutes.

The two roles

  • templates: tenant-authored draft contracts. Extractions feed your Tier 1 standards.
  • agreements: signed contracts. Extractions land as live obligations.

See Agreements vs Templates for why the distinction matters.

Adding a binding

  • Open Settings → SharePoint bindings.
  • Click Add binding, pick a role.
  • Browse to the folder (the browser walks Sites → Drives → Folders via Graph).
  • Confirm. The background job picks up new files on its next cycle, or you can click Poll now.

How ingestion works

  • A scheduled background job runs about every 5 minutes.
  • It uses Graph delta tokens to fetch only what’s changed.
  • Per-file progress is reflected back into the bindings card in the UI.
Per-folder cursor
Each binding tracks its own cursor. Re-ingesting a folder clears the cursor and replays every file. Removing a binding stops ingestion for that folder but does not delete already-extracted data.

Endpoints