Integrations

Connectors

Connect George AI to external systems for automated data workflows

What are Connectors?

Connectors are pre-built integrations used by Automations to write enriched data to external systems. After you extract structured data using Enrichments, automations use connectors to push that data to e-commerce platforms, CMS systems, webhooks, APIs, and more.

Each connector provides pre-configured actions (like "Create Product" or "Update Record") with field mapping UIs, authentication handling, and error management.

Connectors are used through Automations

Connectors are not standalone features. They are configured once in Admin settings, then selected when creating an Automation to define where enriched data should be sent.

Available Connectors

Shopware 6
Active

E-commerce platform integration for automated product management. Turn PDF catalogs into live store products.

Available Actions:

  • Product Upsert (create or update products)
  • Idempotent updates via product number matching
  • Support for name, description, price, stock, tax rate

Use Cases:

  • Import supplier product catalogs from PDFs
  • Sync inventory data from spreadsheets
  • Update product descriptions from marketing materials

Coming Soon

Webhooks
Planned

Send enriched data to any HTTP endpoint via POST requests

  • • Custom headers and authentication
  • • JSON payload mapping
  • • Retry logic for failed requests

REST APIs
Planned

Generic REST API connector with configurable endpoints

  • • Multiple HTTP methods (GET, POST, PUT, PATCH)
  • • OAuth 2.0 and API key authentication
  • • Request/response transformations

Google Sheets
Planned

Write enriched data directly to Google Sheets

  • • Append rows or update existing rows
  • • Column mapping from list fields
  • • Sheet selection and range configuration

CSV Export
Planned

Export enriched data to CSV with automated delivery

  • • Scheduled CSV generation
  • • Email delivery or file storage
  • • Custom delimiter and encoding options

Complete Workflow: From Files to External Systems

Connectors are the final step in the Collect → Enrich → Automate lifecycle. Here's the complete workflow:

  • 1. Create Library & Upload Files
    Upload documents or configure crawlers
  • 2. Create List
    Organize files into a business view
    See: Lists
  • 3. Add Enrichment Fields
    Extract structured data with AI (e.g., "Product Name", "Price", "Description")
  • 4. Configure Connector (one-time setup)
    Admin → AI Services → Connectors
    Enter credentials for external system (e.g., Shopware API)
  • 5. Create Automation
    Lists → Your List → Automations → Create
    Select connector, map enrichment fields to connector fields
  • 6. Execute & Monitor
    Run automation and track results
    View execution logs and retry failed items

Example: PDF Catalog to Shopware Products

Upload supplier PDF catalog → Create list → Add enrichments for "Product Name", "Price", "SKU" → Configure Shopware connector (once) → Create automation with field mappings → Products sync automatically to your store

Connector Configuration (Admin)

Connectors are configured once by administrators and then available for use in automations across all lists.

Configuration Steps

  1. Navigate to Admin → AI Services → Connectors
  2. Click Add Connector and select the connector type (e.g., Shopware 6)
  3. Enter connection details:
    • Name (for identification in automations)
    • API URL / Endpoint
    • Authentication credentials (OAuth2, API key, etc.)
  4. Click Test Connection to verify credentials
  5. Save connector - now available for use in automations

Admin Permissions Required

Only workspace administrators can configure connectors. Regular users can create automations using existing connectors.

Related Documentation

Learn more about the automation workflow:

George-Cloud