Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
English (US)
US English (US)
CO Spanish (Colombia)
  • Home
  • wvx Studio

How to integrate and query a database with the 'DB' component in wolkvox Studio (MySQL)

Written by Jhon Bairon Figueroa

Updated at February 5th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • wvx Digital Interaction
  • wvx Voice Interaction
  • wvx Conversational AI
  • wvx Control Interactions
  • wvx CRM
  • wvx Agent
  • wvx Studio
  • Cibersecurity and Compliance
  • Release
    wolkvox Manager release wolkvox Agent release wolkvox CRM release
+ More

Table of Contents

Introduction Configuration

Introduction

The “DB” component of wolkvox Studio allows you to connect a MySQL database to create, read, update, and delete information from your flows. It is available in the Communications group and can be used in all routing types (Voice, Interaction, Chat, and CRM + Webhook), as well as Agent Scripting. Its purpose is to enable the flow to query or register data in real time (for example: order status, quotas, customer data, validations, etc.) without leaving the routing logic.

 

 

Configuration

  1. Open the component's configuration panel by double-left-clicking on it.
  2. In the DB component panel, you will see these fields:
    • Database Engine: Select the DB engine. Although it is a dropdown, for now, the only compatible option is mysql.
    • Server IP: Enter the IP address of the server where the MySQL database you are connecting to is hosted.
    • DB User: This is the database user with which the connection and query execution will be performed.
    • DB Password: The password associated with the database user entered in “DB User”.
    • Database Name: The exact name of the database (schema) within the MySQL server.
    • Query: Here you write the query or action you are going to execute in the database. It can be an operation for:
      • Reading (SELECT)
      • Creation (INSERT)
      • Update (UPDATE)
      • Deletion (DELETE)
    • Variable $bd_row: This is the name of the variable where wolkvox will store the result of the query execution. This variable is used later in other components of the flow to make decisions, build responses, validate data, etc.
    • Click on “Save DB info” to apply the configuration.

 

 

integration database

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • How to use the 'wolkvox vision' component in wolkvox Studio
  • How can I integrate other CRMs with Wolkvox and in what way?
  • How to Consume External Services with the Rest API v2 Component in Wolkvox Studio

2026 Wolkvox

Information security policy | Privacy Policy

Expand