🛍️ 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:
<script>
window.ChatAgentiveWidgetConfig = {
apiKey: 'YOUR_PUBLIC_API_KEY',
containerId: 'chatagentive-widget'
};
</script>
<script src="https://cdn.chatagentive.com/widget.js" async></script>