* Initial commit - emailoctopus * Add API key parameter * Update schemas * Annotate schemas * Update integration tests * Acceptance test bug fixes * Change full refresh append to overwrite; delete abnormal state * Add documentation * Update documentation * Update documentation * Update DocumentationUrl, add titles to spec properties, remove schemas/TODO, remove EOF newlines * Add BOOTSTRAP.md * Remove todos * run format * add emailloctopus to source def * run format * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
27 lines
1001 B
Markdown
27 lines
1001 B
Markdown
# EmailOctopus
|
|
|
|
## Requirements
|
|
* [EmailOctopus account](https://help.emailoctopus.com)
|
|
* EmailOctopus [API key](https://help.emailoctopus.com/article/165-how-to-create-and-delete-api-keys)
|
|
|
|
## Supported sync modes
|
|
|
|
| Feature | Supported?\(Yes/No\) | Notes |
|
|
| :--- | :--- | :--- |
|
|
| Full Refresh Sync | Yes | [Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite) |
|
|
| Incremental Sync | No | |
|
|
|
|
## Supported Streams
|
|
|
|
* [Get all campaigns](https://emailoctopus.com/api-documentation/campaigns/get-all)
|
|
* [Get all lists](https://emailoctopus.com/api-documentation/lists/get-all)
|
|
|
|
## Performance considerations
|
|
|
|
No documented strict rate limit.
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|:--------|:-----------| :----------- |:-----------------------------------------------------------|
|
|
| 0.1.0 | 2022-10-29 | [18647](https://github.com/airbytehq/airbyte/pull/18647) | Initial commit | |