Sync connection
client.connections.import("notion" | "google-drive" | "onedrive" | 4 moreprovider, ConnectionImportParams { containerTags } body, RequestOptionsoptions?): ConnectionImportResponse
POST/v3/connections/{provider}/import
Sync connection
import Supermemory from 'supermemory';
const client = new Supermemory({
apiKey: process.env['SUPERMEMORY_API_KEY'], // This is the default and can be omitted
});
const response = await client.connections.import('notion');
console.log(response);