ποΈ 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
- Go to your Chatagentive Dashboard
- Navigate to Integrations β Embed Code
- Copy the generated script. It should look like this:
html
<script> window.ChatAgentiveWidgetConfig = { apiKey: 'YOUR_PUBLIC_API_KEY', containerId: 'chatagentive-widget' }; </script> <script src="https://cdn.chatagentive.com/widget.js" async></script>