SparkPost
The SparkPost connector for Airbyte enables seamless integration with SparkPost’s email delivery service, allowing users to automatically sync email performance data, including delivery, open, and click metrics, into their data warehouses.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
start_date | string | Start Date. | |
api_prefix | string | API Endpoint Prefix (api or api.eu ) | api |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
message_events | event_id | DefaultPaginator | ✅ | ❌ |
sending_domains | domain | No pagination | ✅ | ❌ |
ab_test | id | No pagination | ✅ | ❌ |
templates | id | No pagination | ✅ | ❌ |
recipients | id | No pagination | ✅ | ❌ |
subaccounts | id | DefaultPaginator | ✅ | ❌ |
snippets | id | No pagination | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
start_date
string
api_prefix
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.10 | 2025-01-18 | 52022 | Update dependencies |
0.0.9 | 2025-01-11 | 51435 | Update dependencies |
0.0.8 | 2024-12-28 | 50792 | Update dependencies |
0.0.7 | 2024-12-21 | 50312 | Update dependencies |
0.0.6 | 2024-12-14 | 49741 | Update dependencies |
0.0.5 | 2024-12-12 | 49398 | Update dependencies |
0.0.4 | 2024-11-04 | 48315 | Update dependencies |
0.0.3 | 2024-10-29 | 47815 | Update dependencies |
0.0.2 | 2024-10-28 | 47612 | Update dependencies |
0.0.1 | 2024-10-22 | Initial release by @bishalbera via Connector Builder |