Make.com connection
# support
f
I'm trying to connect Make.com to Vapi so it can sync with my calendar to schedule meetings, however the connection is not working. I have been having troubleshooting with AI and ChatGPT but everything they are suggesting is not working and I was hoping you could help. I created the above webhook in Make.com - I copied the url in Make pasted it into the Server URL in Tools section The error message when pasting the URL - You haven't added Make Credentials. Please Copy paste the Webhook URL from your make.com scenario into the ServerURL - still shown even after I save it.. I copied using the 'copy button' and also tried copying the url text and pasting
v
It sounds like you're running into a frustrating issue with connecting Make.com to Vapi. Let's try to resolve the "You haven't added Make Credentials" error step by step. Here’s what you can do: ### 1. Verify API and Private Keys - **API Key**: Make sure you have the correct API key from Vapi. This key is essential for authentication and should be entered correctly in your Make.com setup. - **Private Key**: If the error indicates "No Private Key Found," you might need a private key in addition to your API key. Check the Vapi Dashboard for an option to generate or download a private key. ### 2. Check Authentication Methods - If you're using JWT (JSON Web Tokens) for authentication, ensure you have the private key to sign a JWT. This usually involves specifying a payload with your account details. ### 3. Correct Configuration in Make.com - When setting up the HTTP request to Vapi on Make.com, ensure the Authorization header is correctly formatted. For example:
Copy code
Authorization: Bearer YOUR_API_KEY
or if using JWT:
Copy code
Authorization: Bearer YOUR_JWT
### 4. Review Webhook Configuration - Double-check that the webhook URL you copied from Make.com is correctly pasted into the Server URL in the Tools section of Vapi. Ensure there are no extra spaces or characters. ### 5. Inspect Logs - Look at the logs on both Make.com and Vapi for any error messages or indications of request failures. This can provide insights into what might be going wrong. ### 6. Test the Integration - Try testing the integration with static data to see if the setup works correctly. This can help isolate issues related to dynamic data handling. If you follow these steps and still encounter issues, please let me know, and we can dig deeper into the problem! 😊 Sources: - [Resolving the "You haven't added Make Credentials" Error](https://discord.com/channels/1211482211119796234/1211483291191083018/1336414771309838448)
m
you need to enter your region your apikey and a teamid from your make account then try again
f
ok so do I get the api keys from make.com
m
yeah
f
thanks
ChatGPT advised Go to Vapi's API documentation – If there is a dedicated API reference for sending requests, you should find the correct endpoint there. Check Vapi Dashboard – Some platforms provide API endpoints in their dashboard under "API" or "Webhook" settings. Look at Vapi’s "Tools" Section – If you created a tool for setting appointments, it might have an endpoint URL assigned to it. But having no joy - where would I find this and does it need to be specific to the tool I have set up, my account/assistant or is there a generic Vapi URL?
s
Hey @funboy#8008135 you have to use custom tools to connect make/ghl with Vapi. The current make/ghl tools has some issues.