I’m having trouble making a tool for make.com
# support
c
The dashboard has changed and when I click - create tool - it doesn’t come up with make.com. Which one do I use to connect to make.com?
v
Hi there! 👋 I understand you're having trouble creating a tool for make.com in the Vapi dashboard. I don't have specific information about why the make.com option is missing from the create tool menu in the changed dashboard. However, I can definitely help with alternative ways to connect to make.com! Based on the information I found, here are several approaches you can try: ### Option 1: Use the "Function" Tool Type You can use the "Function" tool type (which refers to custom tools) instead of looking for a specific make.com option. This is a common workaround while the dashboard is being updated. ### Option 2: Use the API to Create a Make Tool You can use the Vapi API to create a "Make" tool directly. The endpoint is:
Copy code
POST https://api.vapi.ai/tool
With the header:
Copy code
Authorization: Bearer <your_token>
And specify the tool type as "Make" in the request body. ### Option 3: Use the API Request Node According to [this Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341823020469321739), you can directly call Make.com scenarios using the API Request Node in Vapi, allowing direct API calls to Make.com scenarios. ### Option 4: Connect via Webhook Create a tool and use a Make.com webhook link. According to [this Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341521877826535548), you can make a Make.com request by creating a tool and using a Make.com webhook link. ### Known Dashboard Issues There appears to be a known bug with the dashboard that's being addressed. According to [this Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336715819333193740), the issue will be resolved in dashboard v2. In the meantime, you can use the "x-vapi-secret" for your auth header as a workaround. Is there a specific approach from these options that you'd like more details on? Sources:
k
Head over to the tools section, select Import and choose make Scenario, then configure the scenario details, map inputs/outputs, and test the integration.
m
Hi continuing on this issue i am unable to see import button in tools section
s
We have removed it due to redundancy. You can use the function tool to achieve similar results:

k
and will it be added back ?
s
This is the new way for tools, we will be keeping it like this.
Let me know if you need help with it though.