# Leadfeeder ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `api_token` | `string` | Leadfeeder API token. | | | `start_date` | `string` | Start date for incremental syncs. Records that were updated before that date will not be synced. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | `accounts` | `id` | No pagination | ✅ | ❌ | | `leads` | `id` | DefaultPaginator | ✅ | ✅ | | `visits` | `id` | DefaultPaginator | ✅ | ✅ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |---------|------|--------------|---------| | 0.0.2 | 2024-10-28 | [47617](https://github.com/airbytehq/airbyte/pull/47617) | Update dependencies | | 0.0.1 | 2024-08-21 | | Initial release by natikgadzhi via Connector Builder |