Connecting to AWS S3 to retrieve data or to a CRM ...
# support
n
Hello, is there a way for a VAPI agent to connect to AWS S3 bucket to get data during a call, or to a CRM integration like salesforce?
If so, which integrations are available?
c
To connect a Vapi agent to AWS S3 to retrieve data during a call, you need to configure your agent to access S3 buckets by setting up the necessary credentials. Here's a quick guide: 1. Go to the "Cloud Providers" section on your Vapi dashboard's "Provider Credentials" page. 2. Configure the following credential settings: - `AWS Access Key ID`: Your AWS IAM access key ID. - `AWS Secret Access Key`: Your AWS IAM secret access key. - `S3 Bucket Name`: The name of your S3 bucket. - Optionally, define a
Bucket Path Prefix
using LiquidJS Date format templating if needed. For more details, check out the [AWS S3 Integration Documentation](https://docs.vapi.ai/providers/cloud/s3). Regarding CRM integration like Salesforce, Vapi typically integrates with external systems through API calls. You can use custom workflows or functions in Vapi to call Salesforce APIs or other CRM tools by building RESTful requests during the conversation flow. Let me know if you need further assistance with these integrations.
n
in the documentation for AWS S3, it just notes how data from the conversation is stored in AWS, not how the agent is able to retrieve real time information from AWS?
k
Vapi's AWS S3 integration only supports post-call data storage not real-time data access so to fetch data during a call, you need to set up a custom API lke, serverless function that reads from S3, then connect it to your agent via a tool call or webhook..
n
thanks Kings_big, does Vapi have integrations with Hubspot Salesforce Stripe Slack or other apps?
k
Yes Video tutorial

https://www.youtube.com/watch?v=_1eJ3uqsbq0â–¾

2 Views