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:
- 3. Add Enrichment FieldsExtract structured data with AI (e.g., "Product Name", "Price", "Description")See: Enrichments
- 4. Configure Connector (one-time setup)Admin → AI Services → ConnectorsEnter credentials for external system (e.g., Shopware API)
- 5. Create AutomationLists → Your List → Automations → CreateSelect connector, map enrichment fields to connector fieldsSee: Automations
- 6. Execute & MonitorRun automation and track resultsView 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
- Navigate to Admin → AI Services → Connectors
- Click Add Connector and select the connector type (e.g., Shopware 6)
- Enter connection details:
- Name (for identification in automations)
- API URL / Endpoint
- Authentication credentials (OAuth2, API key, etc.)
- Click Test Connection to verify credentials
- 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.