1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/docs/integrations/sources/smaily.md
Dainius Salkauskas 3291cabb94 🎉 New Source: Smaily [low-code cdk] (#18674)
* Init source smaily

* Added campaigns, templates, automations, ab_tests streams

* Added pagination

* Added documentation

* Updated PR information

* Added titles in spec.yaml, formatted json files

* add smaily to source def

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-09 08:32:17 -03:00

1.1 KiB

Smaily

Sync overview

This source can sync data from the Smaily 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

  • users
  • segments
  • campaigns
  • templates
  • automations
  • A/B tests

Features

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

Performance considerations

The connector has a rate limit of 5 API requests per second per IP-address.

Getting started

Requirements

  • Smaily API user username
  • Smaily API user password
  • Smaily API subdomain

Changelog

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