Konfiwear V2 is here — redesigned from the ground up.See what's new

Integrations Overview

Konfiwear connects with your existing eCommerce platforms, CRM, analytics, and marketing tools so your customizer works seamlessly within your business stack. This guide provides a quick map of all available integrations and where to configure them.


Available Integrations

Integration

Category

What It Enables

Shopify

eCommerce

Add-to-cart from the customizer, Shopify-native checkout, product sync, order-to-quote pipeline

WooCommerce

eCommerce

Embed the customizer on your WooCommerce store and connect orders to the quotes pipeline

OpenCart

eCommerce

Embed the customizer in your OpenCart storefront

Wix

eCommerce

Embed the customizer on your Wix website

Zoho CRM

CRM

Sync quote data and customer information to your Zoho CRM pipeline

Google Analytics

Analytics

Track customizer events, conversions, and customer behavior

Google Tag Manager

Tag Management

Deploy tracking pixels and scripts on your customizer via GTM

Brevo

Email Marketing

Send transactional emails (quote confirmations, status updates) and marketing campaigns


Navigating to Integrations

Go to Settings → Integrations from your account sidebar. Each integration is displayed as a card with its connection status, a Connect button (or Connected badge), and a link to its configuration page.

Caption: The Integrations page with cards for each available integration.

💡 Tip: You can connect multiple integrations simultaneously. For example, run Shopify for eCommerce, Zoho CRM for lead management, and Google Analytics for tracking — all at the same time.


How Integrations Work

All integrations use the account_integrations table to store connection credentials and configuration per account. Each integration has:

  • A unique integration key (e.g., shopify, zoho_crm, google_analytics)

  • A connected/disconnected status

  • A config object containing API keys, tokens, and integration-specific settings

Credentials are stored server-side and never exposed to the browser. RLS ensures each account can only access its own integration data.


Related Articles