Integration/Shopify Setup

🛍️ Shopify Integration Guide

Integrate ChatAgentive with your Shopify store in just a few steps. This guide helps you embed the AI chatbot, customize its appearance, and optionally pass customer data securely.


Step 1: Retrieve Your Embed Code

  1. Go to your ChatAgentive Dashboard
  2. Navigate to Integrations → Embed Code
  3. Copy the generated script. It should look like this:
<script>
  window.ChatAgentiveWidgetConfig = {
    apiKey: 'YOUR_PUBLIC_API_KEY',
    containerId: 'chatagentive-widget'
  };
</script>
<script src="https://cdn.chatagentive.com/widget.js" async></script>