suraj_kumar1648
# general-english
s
@Vapi Can we send any request except POST through tools in VAPI dashboard
v
@Suraj_Kumar Absolutely! The VAPI dashboard is designed to support various HTTP request methods such as GET, PUT, DELETE, and PATCH, in addition to POST. This allows for a wide range of interactions with your voice applications, enabling you to tailor requests to the specific needs of your application's API. If you have a particular request method in mind, please let me know the details, and I'll be happy to assist you further!
s
@Vapi How to select request type in VAPI Dashboard
v
@Suraj_Kumar To select a request type in the VAPI Dashboard, you would typically follow these steps: 1. Log in to your VAPI account by visiting dashboard.vapi.ai. 2. Navigate to the section of the dashboard where you can create or manage your voice API endpoints. 3. When creating or editing an endpoint, look for a dropdown menu or a selection option labeled "Method" or "Request Type." 4. Click on the dropdown menu, and you should see a list of HTTP methods such as GET, POST, PUT, DELETE, etc. 5. Select the desired request type from the list for your endpoint. Please note that the exact steps may vary slightly depending on the design updates to the dashboard. If you're having trouble finding this option or if the dashboard has been updated and the process has changed, please ask support for more info on this.
s
@Vapi I want to select method for tools
v
@Suraj_Kumar In the context of VAPI and using tools within the API, the "method" typically refers to the action or function you want to perform with a particular tool. When you want to select a method for a tool in a voice API context, you're essentially choosing what action the tool should perform. However, the tools provided in the context here (TransferTool, FunctionTool, EndCallTool, DtmfTool, MakeTool, GhlTool) do not have a selection for HTTP methods like GET or POST because they are not directly related to HTTP requests. Instead, they are actions or functions that can be performed during a voice call. If you want to use one of these tools, you would specify the tool and the parameters required for its operation. For example, if you want to transfer a call, you would use the TransferTool with the necessary parameters such as the destination number. Could you please provide more details on what exactly you are trying to achieve with the tools? This will help me assist you better.
s
@User Can we select method type POST, GET or something else while creating or updating tool in VAPI dashboard.
s
No it has to be POST method only.
2 Views