Skip to content
Jannis Moore
0:22:41
654
30
23
Last update : 28/08/2024

👋🏼 Say Hello to Dynamic Variables in VAI 🤖

Ever wished your AI assistant could greet callers by name or pull in personalized info on the fly? Dynamic variables are the secret sauce! 🪄 This breakdown explains how to use them in VAI, even if you’re allergic to code. 🤧

💡 What are Dynamic Variables?

Imagine them as placeholders in your AI’s script. 🎭 Instead of saying “Hello there,” you can insert a variable that pulls in the caller’s name from your database.

Example:

Instead of: “Hello there, how can I help you?”

You get: “Hello {{first_name}}, how can I help you?”

VAI swaps out {{first_name}} with the actual name during the call. 🤯

🚀 Why They’re a Game-Changer

  • Personalization: Make your AI feel less robotic and more human. 🤖➡️🧑
  • Efficiency: No more manually updating scripts for each caller.
  • Dynamic Calls: Pull in real-time data like appointment times or order statuses.

🛠️ Setting Up Dynamic Variables

  1. JSON: Your AI’s Dictionary: Think of JSON as a simple way to organize information for your AI. It uses a key-value structure:
   {
     "first_name": "John",
     "appointment_time": "2:00 PM"
   }
  1. Outbound Calls (Make.com Template Magic):
  • Download the free Make.com template from https://hub.integraticus.com.
  • Input your VAI API key, assistant ID, and phone number ID.
  • Customize the JSON with the variables you want to use.
  • That’s it! Make takes care of the rest.
  1. Inbound Calls (A Bit More Setup):
  • Download the inbound call template from https://hub.integraticus.com.
  • In your VAI dashboard, go to Phone Numbers and make sure the number you’re using IS NOT directly connected to an assistant.
  • Go to Account > Settings and paste the webhook URL from your Make.com template into the Server URL field.
  • Customize the JSON in your Make.com template with the variables you need.

🧰 Pro Tips

  • Start Simple: Begin with basic variables like first name and work your way up.
  • Test Thoroughly: Make a few test calls to ensure your variables are pulling in the correct information.
  • Explore the Templates: The Make.com templates are your best friends! They handle the heavy lifting so you can focus on creating awesome AI experiences.

🧰 Resource Toolbox

🎉 Level Up Your AI Game

Dynamic variables are your ticket to creating personalized and powerful AI interactions. Get creative, experiment, and watch your AI come to life! 💫

Other videos of

Play Video
Jannis Moore
0:43:05
899
39
9
Last update : 18/09/2024
Play Video
Jannis Moore
0:35:59
1 722
59
23
Last update : 11/09/2024
Play Video
Jannis Moore
0:13:52
457
11
3
Last update : 04/09/2024
Play Video
Jannis Moore
0:26:43
1 612
63
13
Last update : 23/08/2024
Play Video
Jannis Moore
0:14:03
1 393
41
33
Last update : 23/08/2024
Play Video
Jannis Moore
0:17:40
1 201
66
16
Last update : 23/08/2024
Play Video
Jannis Moore
0:19:27
174
11
4
Last update : 25/08/2024