Connections
External service integrations
Create connection
connections.create(Literal["notion", "google-drive", "onedrive", 4 more]provider, ConnectionCreateParams**kwargs) -> ConnectionCreateResponse
POST/v3/connections/{provider}
Get connection (by id)
connections.get_by_id(strconnection_id) -> ConnectionGetByIDResponse
GET/v3/connections/{connectionId}
Get connection (by provider)
connections.get_by_tag(Literal["notion", "google-drive", "onedrive", 4 more]provider, ConnectionGetByTagParams**kwargs) -> ConnectionGetByTagResponse
POST/v3/connections/{provider}/connection
Delete connection by ID
connections.delete_by_id(strconnection_id, ConnectionDeleteByIDParams**kwargs) -> ConnectionDeleteByIDResponse
DELETE/v3/connections/{connectionId}
Delete connection
connections.delete_by_provider(Literal["notion", "google-drive", "onedrive", 4 more]provider, ConnectionDeleteByProviderParams**kwargs) -> ConnectionDeleteByProviderResponse
DELETE/v3/connections/{provider}
Sync connection
connections.import_(Literal["notion", "google-drive", "onedrive", 4 more]provider, ConnectionImportParams**kwargs) -> ConnectionImportResponse
POST/v3/connections/{provider}/import
List connections
connections.list(ConnectionListParams**kwargs) -> ConnectionListResponse
POST/v3/connections/list
List documents
connections.list_documents(Literal["notion", "google-drive", "onedrive", 4 more]provider, ConnectionListDocumentsParams**kwargs) -> ConnectionListDocumentsResponse
POST/v3/connections/{provider}/documents
Configure connection
connections.configure(strconnection_id, ConnectionConfigureParams**kwargs) -> ConnectionConfigureResponse
POST/v3/connections/{connectionId}/configure
Fetch resources
connections.resources(strconnection_id, ConnectionResourcesParams**kwargs) -> ConnectionResourcesResponse
GET/v3/connections/{connectionId}/resources