# Data Source Feeds

Connect 30+ data sources to automatically sync and process content.

***

## Feed Types

### [Messaging](/api-guides/use-cases/feeds/messaging.md) (7 feeds)

Team collaboration, email, and support

* [Slack](/api-guides/use-cases/feeds/messaging/feed-create-slack.md)
* [Microsoft Teams](/api-guides/use-cases/feeds/messaging/feed-create-microsoft-teams.md)
* [Discord](/api-guides/use-cases/feeds/messaging/feed-create-discord.md)
* [Gmail](/api-guides/use-cases/feeds/messaging/feed-create-gmail.md)
* [Outlook Email](/api-guides/use-cases/feeds/messaging/feed-create-outlook-email.md)
* [Intercom Tickets](/api-guides/use-cases/feeds/messaging/feed-create-intercom.md)
* [Intercom Articles](/api-guides/use-cases/feeds/messaging/feed-create-intercom-articles.md)

### [Cloud Storage](/api-guides/use-cases/feeds/cloud-storage.md) (9 feeds)

Document repositories and file storage

* [Google Drive](/api-guides/use-cases/feeds/cloud-storage/feed-create-google-drive.md)
* [OneDrive](/api-guides/use-cases/feeds/cloud-storage/feed-create-onedrive.md)
* [SharePoint](/api-guides/use-cases/feeds/cloud-storage/feed-create-sharepoint.md)
* [Dropbox](/api-guides/use-cases/feeds/cloud-storage/feed-create-dropbox.md)
* [Box](/api-guides/use-cases/feeds/cloud-storage/feed-create-box.md)
* [AWS S3](/api-guides/use-cases/feeds/cloud-storage/feed-create-aws-s3.md)
* [Azure Blob Storage](/api-guides/use-cases/feeds/cloud-storage/feed-create-azure-storage.md)
* [Google Cloud Storage](/api-guides/use-cases/feeds/cloud-storage/feed-create-google-cloud-storage.md)
* [GitHub Repository](/api-guides/use-cases/feeds/cloud-storage/feed-create-github.md)

### [Project Management](/api-guides/use-cases/feeds/project-management.md) (9 feeds)

Issue tracking, support, and documentation

* [Jira](/api-guides/use-cases/feeds/project-management/feed-create-jira.md)
* [Linear](/api-guides/use-cases/feeds/project-management/feed-create-linear.md)
* [Notion](/api-guides/use-cases/feeds/project-management/feed-create-notion.md)
* [GitHub Issues](/api-guides/use-cases/feeds/project-management/feed-create-github-issues.md)
* [GitHub Commits](/api-guides/use-cases/feeds/project-management/feed-create-github-commits.md)
* [GitHub Pull Requests](/api-guides/use-cases/feeds/project-management/feed-create-github-pull-requests.md)
* [Trello](/api-guides/use-cases/feeds/project-management/feed-create-trello.md)
* [Zendesk Tickets](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/project-management/feed-create-zendesk.md)
* [Zendesk Articles](/api-guides/use-cases/feeds/project-management/feed-create-zendesk-articles.md)

### [Social Media](/api-guides/use-cases/feeds/social-media.md) (3 feeds)

Public social platforms

* [Reddit](/api-guides/use-cases/feeds/social-media/feed-create-reddit.md)
* [Twitter/X](/api-guides/use-cases/feeds/social-media/feed-create-twitter.md)
* [YouTube](/api-guides/use-cases/feeds/social-media/feed-create-youtube.md)

### [Calendars](/api-guides/use-cases/feeds/calendars.md) (2 feeds)

Event and meeting sync

* [Google Calendar](/api-guides/use-cases/feeds/calendars/feed-create-google-calendar.md)
* [Outlook Calendar](/api-guides/use-cases/feeds/calendars/feed-create-outlook-calendar.md)

### [Meetings](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/meetings/README.md) (3 feeds)

Meeting transcripts

* [Fireflies.ai](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/meetings/feed-create-fireflies.md)
* [Fathom](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/meetings/feed-create-fathom.md)
* [Attio Meetings](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/meetings/feed-create-attio-meetings.md)

### [CRM & Contacts](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/crm/README.md) (4 feeds)

Contact and CRM sync

* [Attio CRM](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/crm/feed-create-attio-crm.md)
* [Google Contacts](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/crm/feed-create-google-contacts.md)
* [Microsoft Contacts](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/crm/feed-create-microsoft-contacts.md)
* [Salesforce CRM](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/crm/feed-create-salesforce-crm.md)

### [Web Sources](/api-guides/use-cases/feeds/web.md) (5 feeds)

Web content, search, and podcasts

* [RSS Feeds](/api-guides/use-cases/feeds/web/feed-create-rss.md)
* [Web Crawling](/api-guides/use-cases/feeds/web/feed-create-web-crawl.md)
* [Tavily Search](/api-guides/use-cases/feeds/web/feed-create-tavily-search.md)
* [Exa Search](/api-guides/use-cases/feeds/web/feed-create-exa-search.md)
* [Podscan Podcast Search](/api-guides/use-cases/feeds/web/feed-create-podscan-search.md)

### [Research](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/research/README.md) (1 feed)

Recurring web research

* [Parallel Research](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/research/feed-create-parallel-research.md)

### [Entity Discovery](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/entity-discovery/README.md) (1 feed)

Entity discovery from a natural-language query

* [Parallel Entity Discovery](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/entity-discovery/feed-create-parallel-entity-discovery.md)

***

## Feed Operations

* [Query Feeds](/api-guides/use-cases/feeds/feed-query.md) - List and filter feeds
* [Update Feed](/api-guides/use-cases/feeds/feed-update.md) - Modify configuration
* [Delete Feed](/api-guides/use-cases/feeds/feed-delete.md) - Remove feed
* [Feed Polling](/api-guides/use-cases/feeds/feed-is-done-polling.md) - Check sync status
* [Get Feed Details](/api-guides/use-cases/feeds/feed-get-details.md) - Full feed info

***

## Common Patterns

**OAuth Setup**: Most feeds require OAuth tokens from Developer Portal\
**Incremental Sync**: Feeds track what's synced, only pull new items\
**With Workflows**: Attach extraction workflows for entity extraction\
**Real-time**: Configure sync intervals (15min - 24hr)

***

**44 feed guides** | [← Back to Use Cases](/api-guides/use-cases.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphlit.dev/api-guides/use-cases/feeds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
