How to Enable and Use CRM Integration for Your Agent

This guide will walk you through the steps to enable and effectively use the CRM Integration feature for your CustomGPT.ai agent.

What It Does

The CRM Integration feature allows you to pass a unique identifier from your CRM (or any other!) system into our platform. This identifier will be linked to conversations and will be visible in analytics and log exports, offering deeper insights into user interactions.

How to Enable CRM Integration

Step 1: Sign in

a) Sign in to https://app.customgpt.ai/.


Step 2: Deploy Project

a) Click the Deploy Project icon.

Deploy Project

b) Enable "Public Sharing" for the AI Agent by sliding to the right.

Public AI Agent - CustomGPT.ai.png

Step 3: Go to Deployment Options

a) Navigate to any of the supported deployment options (Embed, Live Chat, Website Copilot, Search Generative Experience, Instant Viewer).

Deployment Options

Step 4: Scroll to Expert Mode

a) Locate the Expert Mode section.

Expert Mode

๐Ÿ“˜

Enabling this feature will add placeholder variable to the code snippet. However, for the integration to work as intended, you need to configure this value according to your specific requirements.


Step 5: Enable CRM Integration

a) Turn on the CRM Integration toggle. This feature allows you to pass a user identifier from your CRM system (e.g., a customerโ€™s email or ID) to our platform. This identifier will be connected with the conversation and visible in analytics and logs.

CRM Integration

โ—๏ธ

The feature will not work without updating the code snippet on your website.


Step 6: Update the Code Snippet

a) If youโ€™ve already installed the code snippet you'll need to update it on your website for the integration to function properly. It is necessary to either:

  1. Replace code snippet
  2. Add this part to existing code snippet: external_id="PLACEHOLDER"
Update the Code Snippet

๐Ÿšง

Note: Replace PLACEHOLDER with a variable that holds the ID from userโ€™s system. You will need to handle this part on your own.


How to Disable CRM Integration

You can disable the CRM Integration feature in two ways:

a) Turn the Toggle Off

  1. Disabling the toggle will stop the integration.
Turn the Toggle Off

b) Remove the Code Snippet

  1. Remove the external_id="PLACEHOLDER" line from your code snippet.
Remove the Code Snippet

โ—๏ธ

Important: Already data stored will remain accessible even after the feature is disabled.


How to Access CRM-Linked Data

a) Data linked with CRM integration is currently accessible through the following exports:

  1. Analytics > User Feedback
Project Analytics
  1. Ask Me Anything > Export Conversations
Export Conversations

๐Ÿ‘

Congratulations! You've successfully enabled and set up CRM Integration for your CustomGPT.ai agent. Now, you can connect user conversations with CRM data, providing valuable insights for your business.