Tarek Maximus
07/19/2024, 8:33 AMVapi
07/19/2024, 8:35 AMjson
{
"type": "function",
"messages": [ ... ],
"function": {
"your_payload_key": "your_payload_value"
// ... other payload data
},
"async": false,
"server": {
// ... server configuration
}
}
Replace "your_payload_key": "your_payload_value" with the actual keys and values you want to send as sample data. Make sure that the payload structure matches what your server expects to receive.
If you need more specific guidance on how to configure your tool to send data to your server, please provide more details about what you're trying to achieve, and I'll be happy to help further!Vapi
07/19/2024, 8:35 AMVapi
07/19/2024, 8:36 AMShubham Bajaj
07/19/2024, 12:17 PMTarek Maximus
07/19/2024, 12:18 PM