soc86
06/30/2024, 10:42 PMVapi
06/30/2024, 10:43 PMjson
{
"phoneNumber": "+1234567890",
"message": "Hello, this is a test call from our service.",
"callDuration": 30,
"callerId": "+0987654321"
}
In this example, the structured data includes:
- `phoneNumber`: The phone number you want to call.
- `message`: The pre-recorded message or text-to-speech message to be delivered.
- `callDuration`: The maximum duration of the call in seconds.
- `callerId`: The phone number that will be displayed as the caller.
When you send this structured data to your API, the API will use these details to make the call according to your specifications. Make sure to follow the schema required by your specific API for the call to be successful. If you need to know how to implement this in code or have any other questions, please let me know!Vapi
06/30/2024, 10:43 PMSahil
07/01/2024, 12:25 AMsoc86
07/01/2024, 5:40 AMSahil
07/01/2024, 4:44 PMsoc86
07/01/2024, 4:50 PMSahil
07/01/2024, 4:50 PM