Miro
Airbyte connector for Miro can be used to extract data related to board content, user activities, and collaboration metrics, enabling integration with data warehouses and further analysis of team interactions and productivity.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
boards | id | DefaultPaginator | ✅ | ❌ |
board_users | DefaultPaginator | ✅ | ❌ | |
board_items | DefaultPaginator | ✅ | ❌ | |
board_tags | DefaultPaginator | ✅ | ❌ | |
board_groups | No pagination | ✅ | ❌ | |
board_connectors | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.9 | 2025-01-18 | 51827 | Update dependencies |
0.0.8 | 2025-01-11 | 51182 | Update dependencies |
0.0.7 | 2024-12-28 | 50658 | Update dependencies |
0.0.6 | 2024-12-21 | 50135 | Update dependencies |
0.0.5 | 2024-12-14 | 49629 | Update dependencies |
0.0.4 | 2024-12-12 | 48922 | Update dependencies |
0.0.3 | 2024-11-04 | 48262 | Update dependencies |
0.0.2 | 2024-10-29 | 47885 | Update dependencies |
0.0.1 | 2024-10-18 | Initial release by @parthiv11 via Connector Builder |