Vapi
01/21/2025, 12:09 AM/call
API, you can include them in the metadata object of your request. The metadata object allows you to pass additional information with the call.
Here's an example of how you might include a customer email in a metadata object:
json
{
"metadata": {
"customerEmail": "customer@example.com"
}
}
You would include this metadata object in your API call to VAPI. If you need the exact code snippet in a specific language like cURL, Python, JavaScript, PHP, Go, or Java, please let me know, and I'll provide you with an example.Vapi
01/21/2025, 12:09 AMShubham Bajaj
01/21/2025, 12:51 PMShubham Bajaj
01/21/2025, 12:51 PM