jit
09/04/2024, 3:23 PMVapi
09/04/2024, 3:24 PMVapi
09/04/2024, 3:24 PMjit
09/04/2024, 3:25 PMVapi
09/04/2024, 3:25 PMjavascript
Vapi.init({
serverUrl: "https://yourserver.com/vapi-endpoint",
// ... other configuration settings ...
onCallInit: function(callData) {
callData.metadata = {
customerPhone: "1234567890",
customerIdentifier: "CUST12345"
// ... any other metadata ...
};
// Make sure to pass the metadata to your server for processing
}
});
Please note that the actual implementation may vary based on the specific version and capabilities of the Vapi web widget you are using. If you need the exact method or code snippet, you might need to refer to the Vapi documentation or contact their support for detailed instructions tailored to your setup.Chowderr
09/04/2024, 3:34 PMShubham Bajaj
09/04/2024, 3:51 PMjit
09/04/2024, 3:52 PM