1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/sparkpost.md

34 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SparkPost
The SparkPost connector for Airbyte enables seamless integration with SparkPosts 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 | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.2 | 2024-10-28 | [47612](https://github.com/airbytehq/airbyte/pull/47612) | Update dependencies |
| 0.0.1 | 2024-10-22 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |
</details>