Appcues
This page guides you through setting up the Appcues source connector to sync data for the Appcues.
Visit https://api.appcues.com/v2/docs
for referencing API documentation.
Prerequisite
To set up the Appcues source connector, you'll need your Appcues API Key
and API secret
.
Set up the Appcues source connector
- Log into your Airbyte Cloud or Airbyte Open Source account.
- Click Sources and then click + New source.
- On the Set up the source page, select Appcues from the Source type dropdown.
- Enter a name for your source.
- For API Key and Secret Key, enter the Appcues API key and API secret key.
- For Replication Start Date, enter the date in
YYYY-MM-DDTHH:mm:ssZ
format. The data added on and after this date will be replicated. If this field is blank, Airbyte will replicate all data.
- Click Set up source.
Configuration
Input | Type | Description | Default Value |
---|
username | string | Username. | |
password | string | Password. | |
account_id | string | Account ID. Account ID of Appcues found in account settings page (https://studio.appcues.com/settings/account) | |
start_date | string | Start date. | |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|
launchpads | id | No pagination | ✅ | ✅ |
flows | id | No pagination | ✅ | ✅ |
banners | id | No pagination | ✅ | ✅ |
checklists | id | No pagination | ✅ | ✅ |
pins | id | No pagination | ✅ | ✅ |
tags | id | No pagination | ✅ | ✅ |
segments | id | No pagination | ✅ | ✅ |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2024-09-03 | 45102 | Initial release by @btkcodedev via Connector Builder |