Can the GHL create contact tool send custom fields...
# support
s
Can the create contact GHL tool send custom fields or just the basic name phone email, ect...
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
The GHL Create Contact tool only supports the following fields: -
firstName
-
lastName
-
email
-
phone
There is no documentation indicating support for custom fields beyond these. Example payload:
Copy code
json
{
  "firstName": "John",
  "lastName": "Doe",
  "email": "john@example.com",
  "phone": "+1234567890"
}
For custom field support, you may need to check for future updates or contact support directly. Source: - [GoHighLevel Tool Configurations Documentation](https://docs.vapi.ai/tools/GHL)
c
Hi saulreel, To initiate your GoHighLevel tools for calendar and contact management, start by connecting your GoHighLevel account to Vapi through the Vapi Dashboard under Providers Keys > Tools Provider > GoHighLevel. Once connected, create the tools by selecting GoHighLevel from the options and configuring the specific tools you need, like
Get Contact
,
Create Contact
,
Check Availability
, and
Create Event
. Each tool requires details such as
calendarId
and
contactId
for event-related functions. For comprehensive steps, refer to the [GoHighLevel Integration documentation](https://docs.vapi.ai/tools/go-high-level). This setup empowers your assistant to manage the appointment lifecycle efficiently. If you have further specific questions, feel free to ask.
2 Views