This component allows you to integrate the platform with the client’s MySQL database, and with this component, you can create, read, update, and delete information from the database.

It is located in the group of components called “Communications” and is available for all types of routing (Voice, Interaction, Chat, and CRM + Webhook).

 


Configuration #

This component has the following options in its configuration:

  1. Database Engine: The engine compatible with this component is MySQL.
  2. Server IP: Enter the IP address that allows access to the server you want to connect to with this component.
  3. DB User: Database user’s name.
  4. DB Password: Password of the previously entered database user.
  5. Database Name: Name of the database within the server you want to access.
  6. Query: Write the request you want to send to the database. It means the query, request, or action to perform during the interaction with the database.
  7. $bd_row: This is the variable name where the result of the request made to the database will be stored. It is used for later use in other components where the use of the found result is required.
  8. Save DB info: Click on this button to apply the component’s configuration.

 

 

TABLE OF CONTENTS

This component allows you to integrate the platform with the client’s MySQL database, and with this component, you can create, read, update, and delete information from the database.

It is located in the group of components called “Communications” and is available for all types of routing (Voice, Interaction, Chat, and CRM + Webhook).

 


Configuration #

This component has the following options in its configuration:

  1. Database Engine: The engine compatible with this component is MySQL.
  2. Server IP: Enter the IP address that allows access to the server you want to connect to with this component.
  3. DB User: Database user’s name.
  4. DB Password: Password of the previously entered database user.
  5. Database Name: Name of the database within the server you want to access.
  6. Query: Write the request you want to send to the database. It means the query, request, or action to perform during the interaction with the database.
  7. $bd_row: This is the variable name where the result of the request made to the database will be stored. It is used for later use in other components where the use of the found result is required.
  8. Save DB info: Click on this button to apply the component’s configuration.

 

 

TABLA DE CONTENIDO
TABLA DE CONTENIDO

This component allows you to integrate the platform with the client’s MySQL database, and with this component, you can create, read, update, and delete information from the database.

It is located in the group of components called “Communications” and is available for all types of routing (Voice, Interaction, Chat, and CRM + Webhook).

 


Configuration #

This component has the following options in its configuration:

  1. Database Engine: The engine compatible with this component is MySQL.
  2. Server IP: Enter the IP address that allows access to the server you want to connect to with this component.
  3. DB User: Database user’s name.
  4. DB Password: Password of the previously entered database user.
  5. Database Name: Name of the database within the server you want to access.
  6. Query: Write the request you want to send to the database. It means the query, request, or action to perform during the interaction with the database.
  7. $bd_row: This is the variable name where the result of the request made to the database will be stored. It is used for later use in other components where the use of the found result is required.
  8. Save DB info: Click on this button to apply the component’s configuration.