CHATBOTS FOR BUSINESS
Working with lists
create_list() Description Enter the function in the "Calculator" field in the block settings: create_list(name) - creates new list. The result is list ID. Pa...
Calculator
Working with cutomers and CRM
LEGEND: was_in_state() | days_from_last_message() | free_client() | assign_to_user() | distribute_client()| get_operator() | get_operator_name() | delete_pen...
Calculator
Working with dates and time
MaviBot works with the following DATE and TIME formats: for dates – "dd.mm.yyyy" \ for time – "HH:MM" To work with dates and time, you can use the following ...
Calculator
Working with strings
substring() | endswith() | startswith() | contains() | len() | concat() | splitter() | lower() | upper() | strip() | capitalize() | title() | normalizePhone(...
Calculator
Working with expressions
Please note that the execution time of a regular expression is 5 seconds. findall() | similar() LEGEND: ! - Required parameters findall(reg, str, index) - to...
Calculator
Working with MaviBot tables
Create a new record in a table with the specified values. new_record(table_id, data) Params Description table_id table ID data a dictionary with the data to ...
Calculator
Working with links
proxy() | proxy_date() | proxy_timeout() LEGEND: ! - Required parameters proxy(lnk, one-shot) - generates a link with click notification. The function takes ...
Calculator
Math functions
abs() | ceil() | customizable_round_multiply() | customizable_round_division() | exp() | fac() | floor() | int() | int_to_string() | is_float() | is_int() | ...
Calculator
Variables
Let's explore what variables are and how to use them effectively when building chatbots in MaviBot. Please be aware of the following system limits for variab...
Variables and functions
Google Sheets for AI assistant
Thanks to a feature developed by the Mavibot team, the AI chatbot accurately interprets the values entered into the sheet and then saves them to a system var...
AI chatbot builder
How to create two or more AI assistants in one chat
To enable combined assistant operation, we will need a funnel builder and three AI assistants. The blocks in the builder will be used to set variables, which...
AI chatbot builder
Semantic search
Semantic search in the match type of blocks - is an AI that is trained to extract context from the conditions embedded in the client's message. The blocks ha...
AI chatbot builder
AI assistant with MaviBot tables
Using a dedicated function developed by the MaviBot team, your AI chatbot can intelligently read values from a Google Sheet and store them in a system variab...
AI chatbot builder
AI chatbot for online booking
Mavibot services - is one of the sections related to the CRM system that allows you to automate the filling of employees' schedules with online booking throu...
AI chatbot builder
AI assistant functions
ai_request(prompt, text, response_schema=null, think_mode=false, ai_assistant_id=null) Sends a request to an AI model and returns the generated response. | P...
AI chatbot builder