Connectors
Last updated
Last updated
Users can connect multiple data sources to their Verida account via the . Data is syncronized on demand and stored to the user's encrypted databases on the .
Gmail
Google Calendar
Calendars
Events
Google Drive
Files
Youtube
Following
Likes
Subscriptions
Posted Videos
Telegram
Groups
Messages
Notion
Slack
Fireflies
Spotify
Verida's Data Connections framework makes it easy for users to connect and pull their personal data from platforms like Google, Telegram, or Facebook into their private storage. The framework facilitates tasks like signing in, verifying access, and syncing user data from these centralized platforms.
Connections (ie: Google) have multiple handlers (ie: Gmail, Calendar etc.) that process different types of data available for a given connection. These handlers typically require specific permission to be granted when authorizing the connection. For example; A user will need to permit Verida access to the "Calendar" otherwise that data won't synchronize.
Handlers have built-in options specific to their functionality. For example; The Telegram handler has an option to only sync groups with less than 50 participants.
Handler options are currently implemented in the backend and will be made available in the user interface soon.
You can request a new connector via our roadmap here:
The default setting for all handlers is to fetch data up to 3 months old. In the future users will be able to customize this to increase the historical data to fetch. This will obviously increase the amount of data storage and memory usage for that user's data.
You can view a list of completed, in progress and planned connectors in the
The Verida Data Connection framework source code is open source and . A full list of connectors can be found in the .