Chatvolt AI Integration Guide for Make

This document describes how to configure a scenario on Make to integrate Chatvolt by using the custom Chatvolt app on Make. The instructions below detail where to find your API Key, how to add the app to your scenario, and what module options are available.


1. Where to Find Your API Key on Chatvolt

For Make to communicate with Chatvolt, you need an API Key. Follow these steps to locate it:

  1. Log in to your account at Chatvolt.
  2. In the side menu, select Settings.
  3. Locate the API Keys section.
  4. Copy the existing API Key or generate a new one if necessary.
  5. Keep this key in a secure place — it will be requested when creating the connection on Make.

2. Adding the Custom Chatvolt App on Make

On Make, you can create scenarios that send and receive data from Chatvolt. To do so, use the custom Chatvolt AI app:

  1. Create or open an existing scenario on Make.
  2. Click on + (or Add Module) to add a new module.
  3. Search for Chatvolt AI in the search bar.
  4. Drag the Chatvolt AI module to the scenario workspace.

Reference Images

  1. (1) Custom App

  2. (2) How to Connect


3. Creating the Connection with Chatvolt

When inserting the Chatvolt AI module in the scenario, Make will request the creation of a connection or selection of an existing one. Follow the instructions below to create a new connection:

  1. Connection Name: give it a descriptive name (e.g., “My Chatvolt Connection”).
  2. API Key: insert the API Key copied from Chatvolt.
  3. Click Save to confirm.

Important: Without the correct API Key, the module won’t be able to communicate with Chatvolt.


4. Available Modules

After configuring the connection, you’ll have access to different modules to interact with Chatvolt:

4.1. Universal Module (Make an API Call)

  • Usage: Allows making custom HTTP requests to any Chatvolt endpoint for functionality testing.
  • Configuration:
    • URL: insert the desired endpoint, for example: https://api.chatvolt.ai/agent/...
    • Method: select the HTTP method (GET, POST, etc.).
    • Headers: add Content-Type: application/json and any other necessary headers (like authentication key).
    • Body: insert the request JSON according to the Official Chatvolt Documentation.

4.2. Ask an Agent Module

  • Usage: Facilitates sending messages/questions directly to a configured Chatvolt agent.
  • Configuration:
    • Agent: select the Chatvolt agent you want to interact with.
    • Query: text or question to be sent to the agent.
    • Conversation ID (optional): to maintain context between messages.
    • First Name, E-mail, Phone Number (optional): user metadata for identification and context.

5. Building the Scenario

  1. Create a new scenario or open an existing one on Make.
  2. Add the Chatvolt AI module (or Make an API Call) as needed.
  3. If using the Ask an Agent module, configure the Agent and Query.
  4. If opting for Make an API Call, define the URL, method, headers, and request body.
  5. Connect this module to other logic modules, databases, or integrations according to your desired workflow.
  6. Save and Run the scenario to test.

6. Usage Examples

  • Support Chatbot: Receive user questions from other channels (email, form, etc.) and send them to Chatvolt AI for automatic processing and response.
  • Sales Automation: Integrate leads captured on a landing page, send them to Chatvolt AI, and store the information in your CRM.
  • WhatsApp Integration: If you want to use Chatvolt to respond to WhatsApp messages, follow the WhatsApp Integration Guide (separate) and combine it with the Make workflow.

Final Considerations

Following this guide, you will be able to:

  1. Locate your API Key in Chatvolt.
  2. Configure the Chatvolt custom app on Make.
  3. Create connections and scenarios that send and receive data from Chatvolt.

For more details or advanced support:

Take advantage of the automation possibilities offered by Make and expand the reach of your Chatvolt agent across different workflows and applications!