1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docs/integrations/sources/activecampaign.md
Dainius Salkauskas 96ff92367f 🎉 New Source: ActiveCampaign (#18335)
* Init source ActiveCampaign

* Added documentation files

* Added contacts and campaigns streams

* Added deals stream

* added segments stream

* Added lists stream

* Formatted schemas

* Added references to API docs

* added forms stream

* Added pagination

* Updated documentation

* Formatted schemas

* Removed unnecessary files

* Added changelog

* Updated base URL

* Added sample config

* add source seed

* run format

* generate uuid for activecampaign

* 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-27 14:15:54 -03:00

1.1 KiB

ActiveCampaign

Sync overview

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

  • campaigns
  • contacts
  • lists
  • deals
  • segments
  • forms

Features

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

Performance considerations

The connector has a rate limit of 5 requests per second per account.

Getting started

Requirements

  • ActiveCampaign account
  • ActiveCampaign API Key

Changelog

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