Trouble adding voice agent to make
# support
v
Hi there! I see you're having trouble adding your voice agent to your make.com workflow and seeing "No tools" in the VAPI interface. I can definitely help with this! ๐Ÿ‘‹ I can't see your specific voice agent configuration details, but I can provide guidance on creating tools in VAPI and integrating with make.com, which should help resolve your issue. First, let's look at how to create tools in VAPI: 1. Create a tool using the "Create Tool" button you see in your interface. According to the [VAPI documentation](https://docs.vapi.ai/tools), you can create three types of tools: - **Default Tools**: Built-in functions like
transferCall
,
endCall
, and
dtmf
- **Custom Tools**: Your own functions that interact with your systems - **Integration Tools**: Pre-built integrations with platforms like Make 2. When creating a tool for Make.com integration, you'll need to: - Set up a webhook endpoint in Make.com - Configure the webhook URL in VAPI (ensure there are no typos) - Include proper authentication headers 3. For API authentication with Make.com, make sure to: - Include the Authorization header with the 'Bearer' schema followed by your API key:
Copy code
Authorization: Bearer YOUR_API_KEY
- Check the VAPI Dashboard under the Provider Keys tab to ensure your API key is added and validated If you're still seeing "No tools," here are some common reasons and troubleshooting steps: 1. **UI Issues**: There might be a bug in the VAPI UI preventing settings from being saved correctly. 2. **Secret Token Problems**: Secret tokens for tools might not be stored correctly. 3. **API Key Issues**: Double-check your API keys and access permissions to ensure they're correct and haven't expired. 4. **Webhook Configuration**: Verify that your webhook URL is correctly configured without typos or spaces. 5. **Browser Issues**: Try clearing your browser cache, disabling extensions, or using a different browser.
6. **Network Activity**: Use your browser's developer tools to inspect network activity when attempting to create a tool. Would you like me to provide more specific guidance on any of these areas to help troubleshoot your issue? Sources: - [VAPI documentation](https://docs.vapi.ai/tools) - [Discord thread on troubleshooting](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336399188665040968) - [Discord thread on API authentication](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336414771309838448) - [Discord thread on webhook configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336345690393149452)
p
Bro that's not how you add your voice agent to make. You connect make and vapi through the use of API or webhooks.
a
Is there a tutorial?
p
Yeah, you can check YouTube and also I can help you out also.
a
What video would you recommend?
p
What are you building? Inbound or outbound?
What is the purpose of Linking vapi with Make?
a
Inbound i want to make bookings with my call agent
and another for outbounds so i can reach out to customers who have an open cart
p
I understand you. It's not easy if you don't have make knowledge beforehand. Is it your project? Just search for Hugo pod on YouTube
a
I use make a lot
Alright fam
Thank you so much
k
Hey Anthony, checking if this is resolved for you?