1
0
mirror of synced 2026-01-04 18:04:31 -05:00
Files
airbyte/docs/integrations/sources/tinyemail.md

31 lines
1.2 KiB
Markdown

# Tinyemail
Tinyemail is an email marketing tool.
We can extract data from campaigns and contacts streams using this connector.
[API Docs](https://docs.tinyemail.com/docs/tiny-email/tinyemail)
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| campaigns | id | DefaultPaginator | ✅ | ❌ |
| contacts | id | No pagination | ✅ | ❌ |
| sender_details | id | No pagination | ✅ | ❌ |
| contact_members | | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.2 | 2024-12-12 | [49437](https://github.com/airbytehq/airbyte/pull/49437) | Update dependencies |
| 0.0.1 | 2024-11-08 | | Initial release by [@ombhardwajj](https://github.com/ombhardwajj) via Connector Builder |
</details>