1. Add your Connectif access
- In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Connectif option from the list of connectors.
-
Click Next and you’ll be prompted to add your access.
- API Key: a Connectif API key in the
keyId:keySecretformat. In Connectif, go to Store Settings -> API Keys, click Create new API Key, give it a name and select its permission scopes. Copy the generated key right away. For more information, check the official documentation. - Start Date (advanced): earliest activity date to sync in the activities streams. Defaults to 30 days before the first run.
- Activity Types (advanced): restrict the activities export to specific activity types (e.g.
purchase,login,register). Leave empty to sync all types. - Segment ID (advanced): optionally restrict the contacts and activities exports to contacts of a given Connectif segment.
- Export Version (advanced): the Connectif export format version (
v1tov6), which affects the CSV column layout of the contacts and activities streams. Defaults tov6.
- API Key: a Connectif API key in the
The API key must include read scope for the resources you want to sync (contacts, workflows, coupons, store,
integrations) and read + write scope for Exports — the connector creates export jobs to extract contacts
and activities in bulk. No IP allowlisting is required.
- Click Next.
2. Select your Connectif streams
-
The next step is letting us know which streams you want to bring. You can select entire groups of streams or only a subset of them.
Tip: The stream can be found more easily by typing its name.
Discovering the streams runs a real Connectif export to detect the columns of the
contacts and activities
streams, so this step can take a few minutes on accounts with many contacts.- Click Next.
3. Configure your Connectif data streams
- Customize how you want your data to appear in your catalog. Select a name for each table (which will contain the fetched data) and the type of sync.
- Layer: companies in the Growth plan can choose in which layer the tables with the extracted data will be placed.
- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
- Sync Type: depending on the data you are bringing to the lake, you can choose between INCREMENTAL and FULL_TABLE. Read more about Sync Types here.
- Click Next.
4. Configure your Connectif data source
- Describe your data source for easy identification within your organization. You can inform things like what data it brings, to which team it belongs, etc.
- To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times).
- Optionally, you can define some additional settings (if available).
- Configure Delta Log Retention and determine for how log we should store old states of this table as it gets updated. Read more about this resource here.
- Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Check your new source!
- Click Next to finalize the setup. Once completed, you’ll receive confirmation that your new source is set up!
- You can view your new source on the Sources page. Now, for you to be able to see it on your Catalog, you have to wait for the pipeline to run. You can now monitor it on the Sources page to see its execution and completion. If needed, manually trigger the pipeline by clicking on the refresh icon. Once executed, your new table will appear in the Catalog section.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!
Available streams
The columns of the
contacts, activities, and activity_products streams are discovered at runtime from the
CSV files produced by the Connectif export, so they depend on your account and on the selected Export Version.
All export columns arrive as text and column names are normalized to snake_case. Purchase data is available
through the activities stream — filter it with the purchase activity type if that’s all you need.Fields by stream
Below you’ll find all available data streams from Connectif and their corresponding fields:store
store
Details of the Connectif store. Sync: Full table. Primary key:
id.id- Unique identifier of the storename- Display name of the storealias- Alias of the storeimage_url- URL of the store logo imageorganization_id- Identifier of the organization that owns the storeorganization_name- Name of the organization that owns the storecreated_at- Timestamp when the store was createdupdated_at- Timestamp of the last store update
workflows
workflows
Automation workflows configured in the store. Sync: Full table. Primary key:
id.id- Unique identifier of the workflowname- Display name of the workflowdescription- Description of the workflowtags- Tags assigned to the workflowfolder- Folder that contains the workflowstatus- Current status (draft,active,paused,finalized,scheduled)created_at- Timestamp when the workflow was createdupdated_at- Timestamp of the latest updateactivated_at- Timestamp when the workflow was activatedfinalized_at- Timestamp when the workflow was finalizedlast_paused_at- Timestamp of the latest pauselast_resumed_at- Timestamp of the latest resume
coupon_sets
coupon_sets
Coupon sets available in the store. Sync: Full table. Primary key:
id.id- Unique identifier of the coupon setname- Display name of the coupon setcode- Coupon code; only present for coupon sets of type singletype- Coupon set type:single(one shared code) ormultiple(one code per contact)available- Number of coupons still available; null for single coupon setsassigned- Number of coupons already assigned to contacts (updated in batches)quantity- Total quantity of coupons in the set; null for single coupon setscreated_at- Timestamp when the coupon set was createdupdated_at- Timestamp of the last updateused_in_workflows- Workflows that use this coupon set (JSON string)
contact_fields
contact_fields
Contact field definitions (standard and custom). Sync: Full table. Primary key:
id.id- Unique identifier of the contact fieldname- Name of the contact fieldtype- Data type (text,integer,decimal,boolean,date,radio,checkbox,phone,email)required- Whether every contact must have a value for this fieldread_only- Whether the field value cannot be modifiedcustom- Whether the field is a custom field created by the store membersstatus- Processing status of the fielddefault_value- Default value of the fieldmax_length- Maximum length allowed; only for text fieldsdefault_country_code- Default country code; only for phone fieldsmin_date/max_date- Valid date range; only for date fieldsmin_value/max_value- Valid value range; only for integer or decimal fieldsoptions- Allowed options for checkbox and radio fields (JSON string)
custom_integrations
custom_integrations
Custom integrations configured in the store. Sync: Full table. Primary key:
id.id- Unique identifier of the custom integrationname- Display name of the custom integrationdescription- Description of the custom integrationcreated_at- Timestamp when the custom integration was createdcolor- Hexadecimal color assigned in the Connectif UIimage_uri- Image URI; null when no custom image is setevents_enabled- Whether events are enabled for this integration
custom_event_types
custom_event_types
Custom event types defined under each custom integration. Sync: Full table. Primary key:
id.id- Unique identifier of the custom event typecustom_integration_id- Identifier of the parent custom integrationname- Display name of the custom event typealias- Alias of the custom event typeicon- Icon of the custom event typefields- Field definitions of the event type (JSON string)category- Category of the custom event typecreated_at- Timestamp when the event type was createdupdated_at- Timestamp of the last updatewebhook_url- URL of the associated webhook; only when category is sendwebhook_headers- Headers sent with the webhook (JSON string); only when category is sendreceive_type- How events are received (webhook,api,web/mobile-app)
contacts
contacts
All contacts of the store, extracted through a full contacts export. Sync: Full table.Columns are discovered at runtime from the export CSV and mirror the contact fields of your account
(standard fields plus any custom fields), so the exact list depends on your store and the selected
Export Version. All columns arrive as text, with names normalized to snake_case.
activities
activities
Contact activities (events), extracted incrementally in date windows of up to 31 days. Sync: Incremental. Replication key:
export_window_end.Columns are discovered at runtime from the export CSV and depend on your account and the selected
Export Version; all columns arrive as text. The connector adds the export_window_end column (the end
timestamp of the export window that produced the record) as the incremental replication key.The export can be filtered with the Activity Types setting. Available types:
contact-created, email-sent, email-sent-alert, email-unsubscribed, email-opened,
email-link-clicked, email-bounce, web-content-opened, web-link-clicked, web-form-submitted,
purchase, contact-identified, login, register, search, newsletter-subscribe,
product-searched, cart-abandoned, cart-product-added, cart-product-removed,
push-notification-opened, push-notification-link-clicked, push-notification-subscribed,
push-notification-unsubscribed, push-notification-migrate-subscription, push-notification-error,
contact-entered-segment, contact-exited-segment, contact-merged, sms-sent, sms-sent-alert,
sms-bounce, sms-unsubscribed, facebook-contact-sent, coupon-assigned, product-visited,
web-page-visited, contact-added-to-gads-audience, contact-removed-from-gads-audience,
shared-data-received.activity_products
activity_products
Product lines that accompany the activities export. Sync: Incremental. Replication key:
export_window_end.When the activities export includes product-level detail (e.g. purchase basket items), Connectif ships it
as a companion products file inside the same export. This stream emits those rows, with columns discovered
at runtime; it yields no records when your account’s export contains no products file.Skills for agents
Download Connectif skills file
Connectif connector documentation as plain markdown, for use in AI agent contexts.