Skip to content

Commit ef6ad88

Browse files
Updated Make & GHL Integration page (#88)
* Create knowledgebase.mdx * Update link * Update knowledgebase.mdx * Video update * Updating video * Update knowledgebase.mdx * Content and navigation update * Updated Make & GHL docs
1 parent ba31428 commit ef6ad88

File tree

3 files changed

+164
-2
lines changed

3 files changed

+164
-2
lines changed

GHL.mdx

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,109 @@
11
---
2-
title: "How to Connect Vapi with GHL"
2+
title: "How to Connect Vapi with Make & GHL"
33
sidebarTitle: "Make & GHL Integration"
44
---
55

6+
Vapi's GHL/Make Tools integration allows you to directly import your GHL workflows and Make scenarios into Vapi as Tools. This enables you to create voicebots that can trigger your favorite app integrations and automate complex workflows using voice commands.
7+
8+
## What are GHL/Make Tools?
9+
10+
GHL (GoHighLevel) workflows and Make scenarios are powerful automation tools that allow you to connect and integrate various apps and services. With the GHL/Make Tools integration, you can now bring these automations into Vapi and trigger them using voice commands.
11+
12+
## How does the integration work?
13+
14+
1. **Import workflows and scenarios**: Navigate to the [Tools section](https://dashboard.vapi.ai/tools) in your Vapi dashboard and import your existing GHL workflows and Make scenarios.
15+
16+
2. **Add Tools to your assistants**: Once imported, you can add these Tools to your AI assistants, enabling them to trigger the automations based on voice commands.
17+
18+
3. **Trigger automations with voice**: Your AI assistants can now understand voice commands and execute the corresponding GHL workflows or Make scenarios, allowing for seamless voice-enabled automation.
19+
20+
## Setting up the GHL/Make Tools integration
21+
22+
1. **Create a GHL workflow or Make scenario**: Design your automation in GHL or Make, connecting the necessary apps and services.
23+
24+
2. **Import the workflow/scenario into Vapi**: In the Vapi dashboard, navigate to the Tools section and click on "Import." Select the GHL workflow or Make scenario you want to import.
25+
26+
3. **Configure the Tool**: Provide a name and description for the imported Tool, and map any required input variables to the corresponding Vapi entities (e.g., extracted from user speech).
27+
28+
4. **Add the Tool to your assistant**: Edit your AI assistant and add the newly imported Tool to its capabilities. Specify the voice commands that should trigger the Tool.
29+
30+
5. **Test the integration**: Engage with your AI assistant using the specified voice commands and verify that the corresponding GHL workflow or Make scenario is triggered successfully.
31+
32+
## Use case examples
33+
34+
### Booking appointments with AI callers
35+
36+
- Import a GHL workflow that handles appointment booking
37+
- Configure the workflow to accept appointment details (date, time, user info) from Vapi
38+
- Add the Tool to your AI assistant, allowing it to book appointments based on voice commands
39+
40+
### Updating CRMs with voice-gathered data
41+
42+
- Import a Make scenario that updates your CRM with customer information
43+
- Map the scenario's input variables to entities extracted from user speech
44+
- Enable your AI assistant to gather customer information via voice and automatically update your CRM
45+
46+
### Real Estate: Automated Property Information Retrieval
47+
48+
- Import a Make scenario that retrieves property information from your MLS (Multiple Listing Service) or real estate database
49+
- Configure the scenario to accept a property address or MLS ID as input
50+
- Add the Tool to your AI assistant, allowing potential buyers to request property details using voice commands
51+
- Your AI assistant can then provide key information about the property, such as price, square footage, number of bedrooms/bathrooms, and amenities
52+
53+
### Healthcare/Telehealth: Appointment Reminders and Prescription Refills
54+
55+
- Import a GHL workflow that sends appointment reminders and handles prescription refill requests
56+
- Configure the workflow to accept patient information and appointment/prescription details from Vapi
57+
- Add the Tool to your AI assistant, enabling patients to request appointment reminders or prescription refills using voice commands
58+
- Your AI assistant can confirm the appointment details, send reminders via SMS or email, and forward prescription refill requests to the appropriate healthcare provider
59+
60+
### Restaurant Ordering: Custom Order Placement and Delivery Tracking
61+
62+
- Import a Make scenario that integrates with your restaurant's online ordering system and delivery tracking platform
63+
- Configure the scenario to accept customer information, order details, and delivery preferences from Vapi
64+
- Add the Tool to your AI assistant, allowing customers to place custom orders and track their delivery status using voice commands
65+
- Your AI assistant can guide customers through the ordering process, suggest menu items based on preferences, and provide real-time updates on the order status and estimated delivery time
66+
67+
## Best practices
68+
69+
- Break down complex automations into smaller, focused workflows or scenarios for better maintainability
70+
- Use clear and concise naming conventions for your imported Tools and their input variables
71+
- Thoroughly test the integration to ensure reliable performance and accurate data passing
72+
- Keep your GHL workflows and Make scenarios up to date to reflect any changes in the connected apps or services
73+
74+
## Troubleshooting
75+
76+
- If a Tool is not triggering as expected, verify that the voice commands are correctly configured and the input variables are properly mapped
77+
- Check the Vapi logs and the GHL/Make execution logs to identify any errors or issues in the automation flow
78+
- Ensure that the necessary API credentials and permissions are correctly set up in both Vapi and the integrated apps/services
79+
80+
By leveraging Vapi's GHL/Make Tools integration, you can create powerful voice-enabled automations and streamline your workflows, all without extensive coding. Automate tasks, connect your favorite apps, and unlock the full potential of voice AI with Vapi.
81+
82+
## Get Support
83+
84+
Join our Discord to connect with other developers & connect with our team:
85+
86+
<CardGroup cols={2}>
87+
<Card
88+
title="Join Our Discord"
89+
icon="discord"
90+
iconType="solid"
91+
color="#5A65EA"
92+
href="https://discord.gg/pUFNcf2WmH"
93+
>
94+
Connect with our team & other developers using Vapi.
95+
</Card>
96+
<Card
97+
title="Email Support"
98+
icon="mailbox"
99+
iconType="solid"
100+
color="#7a7f85"
101+
href="mailto:support@vapi.ai"
102+
>
103+
Send our support team an email.
104+
</Card>
105+
</CardGroup>
106+
6107
Here are some video tutorials that will guide you on how to use Vapi with services like Make and GoHighLevel:
7108

8109
<div class="video-grid">

knowledgebase.mdx

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "Creating Custom Knowledge Bases for Your Voice AI Assistants"
3+
sidebarTitle: "Knowledge Base"
4+
description: "Learn how to create and integrate custom knowledge bases into your voice AI assistants."
5+
---
6+
7+
import AssistantSetupInboundAccordionGroup from "/snippets/quickstart/dashboard/assistant-setup-inbound.mdx";
8+
import GetAPhoneNumberSnippet from "/snippets/quickstart/phone/get-a-phone-number.mdx";
9+
import { Image } from "/snippets/images/images.mdx";
10+
11+
<iframe
12+
width="560"
13+
height="315"
14+
src="https://www.youtube.com/embed/i5mvqC5sZxU"
15+
title="Vapi's Knowledge Base"
16+
frameborder="0"
17+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
18+
allowfullscreen
19+
></iframe>
20+
21+
## **What is Vapi's Knowledge Base?**
22+
Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries.
23+
24+
### **Why Use a Knowledge Base?**
25+
Using a Knowledge Base with your voice AI assistant offers several benefits:
26+
27+
* **Improved accuracy**: By integrating custom documents into your assistant, you can ensure that it provides accurate and up-to-date information to users.
28+
* **Enhanced capabilities**: A Knowledge Base enables your assistant to answer complex queries and provide detailed responses to user inquiries.
29+
* **Customization**: With a Knowledge Base, you can tailor your assistant's responses to specific domains or topics, making it more effective and informative.
30+
31+
## **How to Create a Knowledge Base**
32+
33+
To create a Knowledge Base, follow these steps:
34+
35+
### **Step 1: Upload Your Documents**
36+
37+
Navigate to Overview > Documents and upload your custom documents in Markdown, PDF, plain text, or Microsoft Word (.doc and .docx) format to Vapi's Knowledge Base.
38+
39+
<Image src="https://cdn.hashnode.com/res/hashnode/image/upload/v1715628063841/rSrWDQ6YM.png" alt="Adding documents to your Knowledge Base" />
40+
41+
### **Step 2: Create an Assistant**
42+
43+
Create a new assistant in Vapi and, on the right sidebar menu, select the document you've just added to the Knowledge Base feature.
44+
<Image src="https://cdn.hashnode.com/res/hashnode/image/upload/v1715628223370/e18L04yRk-.png" alt="Adding documents to your assistant" />
45+
46+
47+
### **Step 3: Configure Your Assistant**
48+
49+
Customize your assistant's system prompt to utilize the Knowledge Base for responding to user queries.
50+
51+
## **Best Practices for Creating Effective Knowledge Bases**
52+
53+
* **Organize Your documents**: Organize your documents by topic or category to ensure that your assistant can quickly retrieve relevant information.
54+
* **Use Clear and concise language**: Use clear and concise language in your documents to ensure that your assistant can accurately understand and respond to user queries.
55+
* **Keep your documents up-to-date**: Regularly update your documents to ensure that your assistant provides the most accurate and up-to-date information.
56+
57+
<Tip>
58+
For more information on creating effective Knowledge Bases, check out our tutorial on [Best Practices for Knowledge Base Creation](https://youtu.be/i5mvqC5sZxU).
59+
</Tip>
60+
61+
By following these guidelines, you can create a comprehensive Knowledge Base that enhances the capabilities of your voice AI assistant and provides valuable information to users.

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"pages": [
9696
{
9797
"group": "How Vapi Works",
98-
"pages": ["quickstart", "how-vapi-works"]
98+
"pages": ["quickstart", "how-vapi-works", "knowledgebase"]
9999
},
100100
{
101101
"group": "Pricing",

0 commit comments

Comments
 (0)