luke199335
06/09/2024, 4:06 PMVapi
06/09/2024, 4:08 PMVapi
06/09/2024, 4:08 PMVapi
06/09/2024, 4:08 PMhipaaEnabled
option, which ensures that no logs, recordings, or transcriptions are stored. However, if you need to delete existing logs and recordings, you would typically do this through your account settings or by contacting support directly for assistance.
As for storing recordings on an external server like AWS, it is possible to set up a system where the end-of-call reports, which can include recordings if recordingEnabled
is set to true, are sent to your server. From there, you can store them on any external service you prefer, including AWS.
If you need to enable hipaaEnabled
or have other specific requests regarding your account settings, please let me know, and I can assist you further!luke199335
06/10/2024, 8:33 AMVapi
06/10/2024, 8:34 AMhipaaEnabled
option, which will prevent logs, recordings, or transcriptions from being stored.
If you're looking to delete existing recorded conversations and cannot find the option in your dashboard, this functionality might not be directly available to users. In such cases, you would need to contact support for assistance in deleting these recordings.
Regarding saving conversations on your own external server, here's a general step-by-step guide:
1. **Configure Webhooks**: Set up webhooks in your VAPI account to send an end-of-call report to a specified URL (your server's endpoint).
2. **Receive Data**: On your server, create an endpoint to receive the webhook data, which may include call details and recordings.
3. **Process Data**: Write server-side code to process the received data. This could involve parsing the report and extracting the recording.
4. **Store Data**: Once you have the recording, use your server's code to upload the file to your chosen external storage solution, such as AWS S3.
5. **Secure Storage**: Ensure that your storage solution is configured correctly to handle the data securely, especially if it contains sensitive information.
Please note that the exact steps may vary depending on your setup and the capabilities of your VAPI account. If you need more detailed instructions or assistance with these configurations, please let me know, and I can provide further support or direct you to the appropriate resources.luke199335
06/10/2024, 8:49 AMVapi
06/10/2024, 8:49 AMSahil
06/10/2024, 10:04 AMluke199335
06/10/2024, 11:43 AMSahil
06/10/2024, 12:22 PMluke199335
06/10/2024, 1:28 PMSahil
06/10/2024, 7:00 PM