Could someone tell me how I can create this kind o...
# general-english
r
Could someone tell me how I can create this kind of body for a tool within the Vapi dashboard? I’m having trouble creating the "dados" property to include the other properties inside it, as shown in the example API I’m trying to use: { "dados": { "mudar": 100, "alterar": "100", "variaveis": [ { "variavel_c2c_1": "string", "variavel_c2c_2": "string", "variavel_c2c_3": "string", "variavel_c2c_4": "string", "variavel_c2c_5": "string" } ] } }
2 Views