1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/docs/integrations/sources/vercel.md

35 lines
1.6 KiB
Markdown

# 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
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 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 |
</details>