Overview
The Lyftrondata Provider for ActiveCampaign offers the most natural way to access ActiveCampaign data from Lyftrondata with ease and also enables to connect with BI, MDM & ML tools, Data warehouses, Databases and other SAAS based applications with zero code and zero infrastructure requirements. The provider wraps the complexity of accessing ActiveCampaign data into easy-to-integrate relational fully managed ANSI Sql format. Make faster and better business decisions with Lyftrondata’s ActiveCampaign data provider and automatically build your data migration pipelines in minutes, not months
The provider hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more.
Key Features
- Comprehensive Delta load mechanism.
- Real-time access to ActiveCampaign.
- Comprehensive full support of ANSI Sql to query data with ease.
- Collaborative query processing.
Prerequisites
The user must have credentials for ActiveCampaign, Lyftrondata and your destination data warehouse, lake or database to perform the data pipeline operation with Lyftrondata.
Establishing a Connection with Lyftrondata's Quickstart Steps
Create your ActiveCampaign connection with Lyftrondata by following the 5 easy steps show below:
Step1. Add your connection
Click on Connect section on the left panel → Click on Add Connection button
Step2. Select your connector
In the connector selection panel, search and click ActiveCampaign for your connection
Step3. Enter your connection details
In the Connection String section enter the values of the below parameters. The following connection string is required to establish ActiveCampaign connection with Lyftrondata.
Profile=C:\profiles\ActiveCampaign.apip;ProfileSettings='Api-Token=your_api_token';Account=myAccount';Key | Value | Field |
Connection Name | Enter your connection details | Required |
Profile | C:\profiles\ActiveCampaign.apip | Required |
Api-Token | your ActiveCampaign api_token | Required |
Account | your ActiveCampaign Account | Required |
Logfile** | Use the logfile option to debug your job and provide your connection name to generate the log file. [ConnectionConfigurationPath]\Connection_name_log.tx | Optional |
Verbosity** | Choose verbosity 1-5 based on the severity of debugging | Optional |
** For more information, check the Lyftrondata logging and debugging section.
If you want more detailed information about how to establish a connection with Lyftrondata, click on Lyftrondata Connection Quick Start guide.
Step4. Test your connection
Once you are done entering your connection details, simply click on the Test Connection button to test the connectivity. In case your connection fails, add Logfile and Verbosity parameters and check the Lyftrondata logging and debugging section, to debug the error.
Step5. Save your connection
Hurray! Now you have successfully connected with the Lyftrondata ActiveCampaign connector and can utilize the connector to Extract, Warehouse, Analyze, Visualize and Share your data.
Data Model
The provider models the data in APIs into a list of tables that can be queried using standard SQL statements.
Generally, querying APIs tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Name | Type | Description |
Addresses | Tables | List all addresses. |
Automations | Tables | List all automations. |
Brandings | Tables | List all brandings. |
Calendars | Tables | List all calendars. |
CampaignLinks | Tables | Retrieve links associated to campaign. |
Campaigns | Tables | List all campaigns. |
Connections | Tables | List all existing connection resources. |
ContactAutomations | Tables | List all automations a contact is in. |
Contacts | Tables | List all contacts. |
Customers | Tables | List all e-commerce customer resources. |
Deals | Tables | List all deals. |
Forms | Tables | List all forms. |
Groups | Tables | List all groups. |
Lists | Tables | Retrieve all lists. |
Messages | Tables | List all messages. |
Notes | Tables | Retrieve all Notes. |
Orders | Tables | List all existing e-commerce order resources. |
Organizations | Tables | List all existing organizations. |
Pipelines | Tables | List all pipelines/dealgroups. |
SavedResponses | Tables | List all saved responses. |
Scores | Tables | List all scores. |
SecondaryContacts | Tables | Retrieve all secondary contacts |
Segments | Tables | List all segments. |
Tasks | Tables | List all tasks. |
Tasks | Tables | List all tasks. |
TaskTypes | Tables | Retrieve all existing task types. |
Templates | Tables | Retrieve all templates. |
Users | Tables | Returns a list of your users. |
Webhooks | Tables | List all existing webhooks. |
Advanced Settings
To view a detailed advanced settings options, go to Active Campaign Advanced Settings. Complete list of the parameters you can configure in the connection string can be found by clicking Connection String Parameters.