1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/emailoctopus.md
Scott Lee Chua 1403c1b84d 🎉 New Source: EmailOctopus [low-code cdk] (#18647)
* 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>
2022-11-08 21:29:05 -03:00

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 |