mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
101 lines
2.6 KiB
Text
101 lines
2.6 KiB
Text
---
|
|
title: Connectors
|
|
description: Integrate with third-party services
|
|
---
|
|
|
|
import { Card, Cards } from 'fumadocs-ui/components/card';
|
|
|
|
Connect SurfSense to your favorite tools and services. Browse the available integrations below to sync data from productivity apps, communication platforms, knowledge bases, and more.
|
|
|
|
<Cards>
|
|
<Card
|
|
title="Google Drive"
|
|
description="Connect your Google Drive to SurfSense"
|
|
href="/docs/connectors/google-drive"
|
|
/>
|
|
<Card
|
|
title="Gmail"
|
|
description="Connect your Gmail to SurfSense"
|
|
href="/docs/connectors/gmail"
|
|
/>
|
|
<Card
|
|
title="Google Calendar"
|
|
description="Connect your Google Calendar to SurfSense"
|
|
href="/docs/connectors/google-calendar"
|
|
/>
|
|
<Card
|
|
title="Notion"
|
|
description="Connect your Notion workspaces to SurfSense"
|
|
href="/docs/connectors/notion"
|
|
/>
|
|
<Card
|
|
title="Slack"
|
|
description="Connect your Slack workspace to SurfSense"
|
|
href="/docs/connectors/slack"
|
|
/>
|
|
<Card
|
|
title="Discord"
|
|
description="Connect your Discord servers to SurfSense"
|
|
href="/docs/connectors/discord"
|
|
/>
|
|
<Card
|
|
title="Jira"
|
|
description="Connect your Jira projects to SurfSense"
|
|
href="/docs/connectors/jira"
|
|
/>
|
|
<Card
|
|
title="Linear"
|
|
description="Connect your Linear workspace to SurfSense"
|
|
href="/docs/connectors/linear"
|
|
/>
|
|
<Card
|
|
title="Microsoft Teams"
|
|
description="Connect your Microsoft Teams to SurfSense"
|
|
href="/docs/connectors/microsoft-teams"
|
|
/>
|
|
<Card
|
|
title="Confluence"
|
|
description="Connect your Confluence spaces to SurfSense"
|
|
href="/docs/connectors/confluence"
|
|
/>
|
|
<Card
|
|
title="Airtable"
|
|
description="Connect your Airtable bases to SurfSense"
|
|
href="/docs/connectors/airtable"
|
|
/>
|
|
<Card
|
|
title="ClickUp"
|
|
description="Connect your ClickUp workspace to SurfSense"
|
|
href="/docs/connectors/clickup"
|
|
/>
|
|
<Card
|
|
title="GitHub"
|
|
description="Connect your GitHub repositories to SurfSense"
|
|
href="/docs/connectors/github"
|
|
/>
|
|
<Card
|
|
title="Luma"
|
|
description="Connect your Luma events to SurfSense"
|
|
href="/docs/connectors/luma"
|
|
/>
|
|
<Card
|
|
title="Circleback"
|
|
description="Connect your Circleback meetings to SurfSense"
|
|
href="/docs/connectors/circleback"
|
|
/>
|
|
<Card
|
|
title="Elasticsearch"
|
|
description="Connect your Elasticsearch cluster to SurfSense"
|
|
href="/docs/connectors/elasticsearch"
|
|
/>
|
|
<Card
|
|
title="Bookstack"
|
|
description="Connect your Bookstack instance to SurfSense"
|
|
href="/docs/connectors/bookstack"
|
|
/>
|
|
<Card
|
|
title="Obsidian"
|
|
description="Connect your Obsidian vault to SurfSense"
|
|
href="/docs/connectors/obsidian"
|
|
/>
|
|
</Cards>
|