Integration
Last updated
Last updated
Integration modules allow your Fuse applications to perform tasks using external solutions that you have built using a supported third-party service.
Examples include saving call recordings using Amazon S3's scalable cloud storage, retrieving customer account information stored in an Amazon DynamoDB database, or connecting to a voicebot built on Google Dialogflow.
Module Name | Description |
---|---|
As of version 7.6, Fuse supports the following services for integrations:
Google Dialogflow (Documentation): Google AI-powered chat and voice agents.
Amazon DynamoDB (Documentation): AWS NoSQL database service.
Amazon S3 (Documentation): AWS object storage service (for call recordings only in Fuse).
See the website and documentation links for each service above regarding access, setup, and use. Some services may offer prebuilt solutions as well.
Some setup is required to use these modules. Complete the following:
Create an account on one of Fuse's supported third-party services:
Google Dialogflow: Create a Google Cloud account.
Amazon DynamoDB & AWS S3: Create an AWS account.
Build a working solution with your chosen third-party service(s).**
Admin-only task: Add your solution as an integration in the My Account page.
** IMPORTANT: Fuse offers integrations with its supported services. Unless stated otherwise, users assume full responsibility for configuring and maintaining their solutions using a third-party service.
Depending on the service, this could involve hosting resources, testing, management of the third-party service itself, and so on.
You – and any user in your Fuse account – can now select your integration directly from an Integration module and begin configuring the module as desired.
Connects to a AI-powered chat or voice agent built with Google Dialogflow.
Interacts with a database built with Amazon DynamoDB.
Interacts with cloud storage configured with Amazon S3. For call recordings only.