GoHighLevel Integration
# support
d
I am integrating the GoHighLevel calendar, and I am having a problem because the assistant calculates the epoch in milliseconds for the transition to the GoHighLevel tool in the year 2024. I have already specified the correct year and an example of the current epoch in various ways, but it continues to pass the wrong epoch. Could you please check this?
I see the get_free_slots function is calling with the worng year 2024 instead of 2025 { "calendarId": "VvCiyt0AyHGKEXLxzeqZ", "timeZone": "Europe/Rome", "startDate": 1727308800000, "endDate": 1727395199000 }
@User please check
I Tried to force the correct date also in the description of the tool checkGHLAvailability but still wrong, it's taking 2024, not sure what's the source, but I doubled check my assistant prompt and everything is fine, no 2024 at all
c
Hi Denny105, To integrate GoHighLevel with Vapi for calendar and contact management, follow these steps: 1. **Connect GoHighLevel Account**: - Navigate to the Vapi Dashboard. - Go to Providers Keys > Tools Provider > GoHighLevel. - Click the Connect button and authorize Vapi to access your GoHighLevel account. 2. **Create GoHighLevel Tools**: - Go to Dashboard > Tools page. - Click the Create Tool button, select GoHighLevel options (e.g., Get Contact, Create Contact, Check Availability, Create Event). - Provide a descriptive name and ensure to include a valid
calendarId
. 3. **Add Tools to Assistant**: - Navigate to Dashboard > Assistants page. - Select your assistant and go to the Tools tab. - Choose the GoHighLevel tool(s) you need and click Publish. 4. **Configure Assistant System Prompt**: - Define a system prompt for your assistant explaining the workflow, e.g., checking a contact, creating if not found, checking availability, and booking an event. For more detailed instructions, see the [GoHighLevel Integration](https://docs.vapi.ai/tools/go-high-level) guide.
2 Views