1
0
mirror of synced 2026-01-02 03:02:26 -05:00
Files
airbyte/docs/integrations/sources/smartengage.md
Dainius Salkauskas 9a12c747e9 🎉 New Source: SmartEngage [low-code cdk] (#18701)
* Init source smartengage

* Added titles in spec.yaml

* Formatting

* Updated PR information

* Added stream slicing

* Removed unnecessary requester definition

* add smartengage 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-13 19:35:16 -03:00

32 lines
971 B
Markdown

# SmartEngage
## Sync overview
This source can sync data from the [SmartEngage API](https://smartengage.com/docs/#smartengage-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
* avatars
* tags
* custom_fields
* sequences
### Features
| Feature | Supported?\(Yes/No\) | Notes |
| :--- | :--- | :--- |
| Full Refresh Sync | Yes | |
| Incremental Sync | No | |
## Getting started
### Requirements
* SmartEngage API Key
## Changelog
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :----------- |:-----------------------------------------------------------|
| 0.1.0 | 2022-10-25 | [18701](https://github.com/airbytehq/airbyte/pull/18701) | Initial commit |