1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Files
airbyte/docs/integrations/sources/eventee.md

34 lines
1.7 KiB
Markdown

# Eventee
The Airbyte connector for Eventee enables seamless integration and automated data synchronization between Eventee, a leading event management platform, and your data destinations. It extracts and transfers event-related information such as attendee details, lectures, tracks, and more. This connector ensures real-time or scheduled data flow, helping you centralize and analyze Eventee's data effortlessly for improved event insights and reporting.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_token` | `string` | API Token. API token to use. Generate it at https://admin.eventee.co/ in 'Settings -> Features'. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| halls | id | No pagination | ✅ | ❌ |
| days | id | No pagination | ✅ | ❌ |
| lectures | id | No pagination | ✅ | ❌ |
| speakers | id | No pagination | ✅ | ❌ |
| workshops | id | No pagination | ✅ | ❌ |
| pauses | id | No pagination | ✅ | ❌ |
| tracks | id | No pagination | ✅ | ❌ |
| partners | id | No pagination | ✅ | ❌ |
| participants | email | No pagination | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.2 | 2024-12-12 | [49191](https://github.com/airbytehq/airbyte/pull/49191) | Update dependencies |
| 0.0.1 | 2024-10-28 | | Initial release by [@parthiv11](https://github.com/parthiv11) via Connector Builder |
</details>