Gsoares
04/30/2025, 3:02 PMVapi Support Bot
04/30/2025, 3:04 PMname property, but your configuration is looking for a nome key.
Try updating your Output Values configuration to:
Key: [0].name
Target: clienteNome
Type: String
This extracts the name value from the first object in the array.
Source:
- [API Request Task Overview](https://docs.vapi.ai/workflows/tasks/api-request)Vapi Support Bot
04/30/2025, 3:04 PMname property, but your configuration is looking for a nome key.
Try updating your Output Values configuration to:
Key: [0].name
Target: clienteNome
Type: String
This extracts the name value from the first object in the array.
Source:
- [API Request Task Overview](https://docs.vapi.ai/workflows/tasks/api-request)Vapi Support Bot
04/30/2025, 3:05 PMjson
[
{
"nome": "Jhon"
}
]
2. Or update your Vapi configuration to match the n8n response:
- Change Key from nome to name
Make sure the JSON structure matches exactly what your API Request is configured to extract.
Sources:
- [Vapi API Request Documentation](https://docs.vapi.ai/workflows/tasks/api-request)
- [Discord Discussion on API Request Issues](https://discord.com/channels/1211482211119796234/1335230139252080691)Vapi Support Bot
04/30/2025, 3:05 PMjson
[
{
"nome": "Jhon"
}
]
2. Or update your Vapi configuration to match the n8n response:
- Change Key from nome to name
Make sure the JSON structure matches exactly what your API Request is configured to extract.
Sources:
- [Vapi API Request Documentation](https://docs.vapi.ai/workflows/tasks/api-request)
- [Discord Discussion on API Request Issues](https://discord.com/channels/1211482211119796234/1335230139252080691)Vapi Support Bot
04/30/2025, 3:05 PMname but your Vapi workflow is looking for nome. Try this fix:
json
// Change your Output Values configuration in Vapi to:
Key: name // Instead of "nome"
Target: clienteNome
Type: String
Alternatively, modify your n8n webhook to return nome instead of name in the response JSON.
Source:
- [Troubleshooting issues with API requests within Vapi workflows](https://discord.com/channels/1211482211119796234/1336345690393149452)Vapi Support Bot
04/30/2025, 3:05 PMname but your Vapi workflow is looking for nome. Try this fix:
json
// Change your Output Values configuration in Vapi to:
Key: name // Instead of "nome"
Target: clienteNome
Type: String
Alternatively, modify your n8n webhook to return nome instead of name in the response JSON.
Source:
- [Troubleshooting issues with API requests within Vapi workflows](https://discord.com/channels/1211482211119796234/1336345690393149452)Gsoares
04/30/2025, 3:12 PMChiranjeet Mishra
04/30/2025, 8:06 PMGsoares
04/30/2025, 8:31 PMChiranjeet Mishra
05/01/2025, 11:08 AMGsoares
05/02/2025, 2:21 AMChiranjeet Mishra
05/05/2025, 12:27 PMChiranjeet Mishra
05/05/2025, 12:27 PM