Nylas
The Nylas platform provides an integration layer that makes it easy to connect and sync email, calendar, and contact data from any email service provider.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
api_server | string | API Server. | |
start_date | string | Start date. | |
end_date | string | End date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
calendars | id | DefaultPaginator | ✅ | ❌ |
connectors | No pagination | ✅ | ❌ | |
contacts | id | DefaultPaginator | ✅ | ❌ |
contact_groups | id | DefaultPaginator | ✅ | ❌ |
credentials | No pagination | ✅ | ❌ | |
drafts | id | DefaultPaginator | ✅ | ✅ |
events | id | DefaultPaginator | ✅ | ✅ |
folders | id | DefaultPaginator | ✅ | ❌ |
grants | id | DefaultPaginator | ✅ | ❌ |
messages | id | DefaultPaginator | ✅ | ✅ |
scheduled_messages | schedule_id | No pagination | ✅ | ❌ |
threads | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
API Server
required
string
api_server
string
start_date
string
end_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.10 | 2025-01-18 | 51845 | Update dependencies |
0.0.9 | 2025-01-11 | 51167 | Update dependencies |
0.0.8 | 2024-12-28 | 50641 | Update dependencies |
0.0.7 | 2024-12-21 | 50112 | Update dependencies |
0.0.6 | 2024-12-14 | 49615 | Update dependencies |
0.0.5 | 2024-12-12 | 49220 | Update dependencies |
0.0.4 | 2024-12-11 | 48319 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
0.0.3 | 2024-10-29 | 47926 | Update dependencies |
0.0.2 | 2024-10-28 | 47649 | Update dependencies |
0.0.1 | 2024-09-03 | Initial release by @topefolorunso via Connector Builder |