Clio Grow Lead Sources and Lead Inbox

Have more questions? Submit a request

In Clio Grow, the lead inbox captures leads coming in from third-party integrations and from any integration that you build. When leads come in, you can review them before adding them as contacts and/or matters or you can delete them from your lead inbox.

With lead sources, you can keep track of how a prospective client or client found your firm. You can also add referral relationships if a contact referred the prospective client.

Tip: The inbox in Clio Grow shows leads and appointments. Appointments appear in the inbox via the appointment booking tool Clio Scheduler. Learn more here.

 

Set up lead inbox

To get started with receiving leads in your lead inbox, you need to connect the lead inbox to a third-party integration using your unique inbox token. When a lead is submitted to Clio Grow from a third-party source, the lead will be created in the lead inbox. Follow the steps below to access your Clio Grow lead inbox token.

Note: If you create your own integration to connect to the lead inbox, you will need to use the Lead Inbox API endpoint. Learn more in the section below.
  1. Go to Settings > Integrations.
  2. Scroll down to Clio Grow inbox.
  3. Click Copy to copy the inbox token.

 

Enable lead inbox notifications

You can choose to receive email notifications when a new lead is added to the lead inbox. To enable or disable this setting:

  1. Go to Settings > Personal.
  2. Scroll down to Notification settings.
  3. Check or uncheck the box for Email me when a new lead is added to the inbox.

 

Manage leads in lead inbox

When you receive a new lead in your lead inbox, you can create a contact, use quick intake to create a contact and matter if the lead is a potential client, or ignore the lead. If you ignore the lead, it will go into a hidden or ignored state. You can either restore the ignored lead or permanently delete it.

Add lead as contactIgnore leadRestore or delete ignored lead
  1. Click the inbox icon in your Clio Grow header.
  2. Select Leads.
  3. Click the Add dropdown and select Add Contact or Quick Intake.

 

Lead inbox API endpoint

If you create your own integration, you can connect it to the lead inbox using Clio’s API endpoint, which lets you submit leads into Clio Grow via a web form or other source using a POST request in JSON format.

There are five basic data fields, two URL/source parameters to track the source of the lead, and an API authorization token that connects the request to the appropriate user’s account in Clio Grow. See below for this information.

POST fields

  • First name (required)
  • Last name (required)
  • Email (optional)
  • Phone number (optional)
  • Message (required)

URL and source

These should be hidden fields on a web form and are both required:

  • Referral URL: intended to be the URL of the webpage where the lead was submitted. You can pass in some static text.
  • Source: intended to be the name of the service submitting the lead. This will be used to identify the source and distinguish it from any other integrations.

API token

This should be a hidden field if you are submitting the lead from a web form. It is by itself in the JSON object with the parameter name “inbox_lead_token.” Use your inbox token to connect the account.

Important: You need to add an “Accept” header of “application/JSON” to accept a JSON response. You should receive a 201-response message with the JSON parameters of the lead that was created in Clio Grow.

Note: All message field data will be created as a note in Clio Grow. You can add additional web form fields as part of the “from_message” by separating them using the straight slash symbol. For example: “from_message” : “field 1: | field 2: | field 3”,

 

Create and manage lead sources

Once a lead source is created, you can add it to a contact when creating the contact or when using quick intake. You can also change a contact’s lead source at any time in main Contacts overview page or when viewing a single contact’s page.

Tip: Learn more about creating Clio Grow contacts here and editing contacts here.
Create lead sourceRename lead sourceDelete lead source
  1. Go to Settings > Contacts > Lead Sources.
  2. Click New Source.
  3. Name the lead source.
  4. Click Create Source.

 

Need more help?

Was this article helpful?
0 out of 0 found this helpful