Request Body
# support
k
Hello, does anyone have tips to be able to type in the "Request Body" section of the test tool? It says auto-generated from variables
s
In tools section, search Input Parameters option and define the variables there. Your Request Body section should get auto updated. Let me know if this works for you.
k
Thank you, I’ll give it a try
a
Hi Kevin Van, If the "Request Body" section is showing as "auto-generated from variables," it typically means that the request body content is being sourced dynamically from variables configured in your workflow or tool. Here are a few tips you might find helpful: 1. **Check Variables Configuration**: Ensure that the variables you want to use in the request body are correctly set up in your workflow or tool configuration. This can include reviewing any variable names or types that might be auto-populating the request body. 2. **Understand the Workflow Structure**: Verify the structure of your workflow to see how the data is being pulled into the request body. Often, examining the workflow's logic can provide insight into why certain variables are being used. 3. **Edit Variables as Needed**: If your current variables do not contain the desired information, you may need to update their values or potentially redefine them within your workflow configuration to align with your needs. For more details on setting up API requests and configuring them, you can refer to the [API Request documentation](https://docs.vapi.ai/workflows/nodes/api-request).