1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/omnisend.md
Dainius Salkauskas 5b9f564ce5 🎉 New Source: Omnisend (#18577)
* Init source omnisend

* Removed unnecessary files

* added campaigns, carts, orders, products streams

* Fix acceptance tests

* Added documentation

* Added pagination

* Removed abnormal state, uncommented acceptance tests

* Added docs references

* Added reference to PR

* Added stop condition for pagination

* Added title to API Key in spec.yaml

* add omnisend source to def seed

* run format

* auto-bump connector version

Co-authored-by: Rytis Mickevičius <rytis.mickevicius1@gmail.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-31 07:33:42 -03:00

1.0 KiB

ConvertKit

Sync overview

This source can sync data from the Omnisend API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.

This Source Supports the Following Streams

  • contacts
  • campaigns
  • carts
  • orders
  • products

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync No

Performance considerations

The connector has a rate limit of 400 requests per 1 minute.

Getting started

Requirements

  • Omnisend API Key

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-25 18577 Initial commit