Connectors Overview
Sync external connections like Google Drive, Notion, OneDrive with supermemory
supermemory can sync external connections like Google Drive, Notion, OneDrive with more coming soon.
The Flow
- Make a
POST
request to/v3/connections/{provider}
- Supermemory will return an
authLink
which you can redirect the user to - The user will be redirected to the provider’s login page
- User is redirected back to your app’s
redirectUrl
Sync frequency
Supermemory syncs documents:
- A document is modified or created (Webhook recieved)
- Note that not all providers are synced via webhook (Instant sync right now)
Google-Drive
andNotion
documents are synced instantaneously
- Every four hours
- On Manual Sync (API call)
- You can call
/v3/connections/{provider}/sync
to sync documents manually
- You can call