# Vercel Vercel connector enables seamless data sync between Vercel projects and various destinations. This integration simplifies real-time deployments, analytics, and automated workflows by bridging data from Vercel to your destination. ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `start_date` | `string` | Start date. | | | `access_token` | `string` | Access Token. Access token to authenticate with the Vercel API. Create and manage tokens in your Vercel account settings. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | projects | id | DefaultPaginator | ✅ | ❌ | | teams | id | DefaultPaginator | ✅ | ❌ | | user | | DefaultPaginator | ✅ | ❌ | | deployments | uid | DefaultPaginator | ✅ | ✅ | | checks | | DefaultPaginator | ✅ | ❌ | | environments | | DefaultPaginator | ✅ | ❌ | | auth_tokens | id | DefaultPaginator | ✅ | ❌ | | aliases | uid | DefaultPaginator | ✅ | ✅ | | deployment_events | id | DefaultPaginator | ✅ | ❌ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.3 | 2024-12-12 | [49421](https://github.com/airbytehq/airbyte/pull/49421) | Update dependencies | | 0.0.2 | 2024-11-04 | [48270](https://github.com/airbytehq/airbyte/pull/48270) | Update dependencies | | 0.0.1 | 2024-10-22 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |