Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

2015 total results found

Introduction

Branzino Email Builder

Branzino Email Builder is a drag-and-drop visual editor designed for creating responsive HTML emails. The application allows users to build newsletters and email communications through an intuitive graphical interface, without the need to directly edit code. T...

Branzino - User Manual

Branzino Email Builder

Interface Overview The builder interface is organized into three main areas: the sidebar toolbar, the central canvas, and the properties panel. The toolbar contains the **Components** and **Sections** tabs, from which users can select the elements to be added ...

13.1.2 Basic Report Example

User Manual vtenext 26.04 13 Reports and charts

In this chapter, we will create a report using data from a single module, applying filters and aggregations to the displayed information. The examples provided in this document are intended solely for illustrative purposes and are not necessarily representativ...

Worker

Developers New developers features in vtenext 26.07

The Worker is a background daemon that runs alongside the CRM. When a task takes a long time (such as chatting with an AI, running a process, uploading documents for a vector search, etc..), the Worker handles it asynchronously so the browser does not freeze a...

New developers features in vtenext 26.07

Developers

Release Note vtenext 26.07

Release Note vtenext 26.07

Processes Action Cycle Records New action to cycle through all records of a module. Filter and sort options are available. Execution mode For all process actions, you can specify the Execution Mode: - Standard: the execution process waits for the action to com...

REST Webservice Methods

Developers New developers features in vtenext 26.07

Below are all the SDK functions for registering REST methods and all the properties for describing them according to the OpenAPI standard. Registering custom Webservice methods SDK::setRestOperation($name, $handlerFilePath, $handlerMethodName, $params, $permis...

SDK uitypes in ProcessMaker actions

Developers New developers features in vtenext 26.07

SDK uitype fields will all be shown as uitype 1 (text) in ProcessMaker actions

New properties for processes

Developers New developers features in vtenext 26.07

If you don't want to attach external dynamic form emails to the record you can set to false this prop: modules.processes.dfe.save_cache_link If you assign a dynaform to email or portal, you can force the assigned user of the record Processes with these props:...

Stronger hashing algorithm for user password

Developers New developers features in vtenext 26.07

Replaced the password hashing algorithm from md5 to argon2id.

MCP Server

Developers New developers features in vtenext 26.07

The Model Context Protocol (MCP) is a standard that enables AI applications to connect to external systems. In VTENEXT, this standard is used to expose REST APIs, custom methods and processes to AI applications, to enable them to interact with the CRM itself. ...

Agent orchestrator

Developers New developers features in vtenext 26.07

Python service providing AI agent chat, MCP tools integration, and RAG on CRM documents, based on FastAPI and LangChain. Called by the Worker's Consumer processes via HTTP/SSE. System Requirements llama-cpp-python is installed as a pre-built wheel (not compile...

Quick snippets

Developers

Install docker for Kitt

Developers Quick snippets

Ubuntu #!/bin/bash set -euo pipefail SELF="${BASH_SOURCE[0]}" SELF="$(realpath -ms "$SELF")" cd "$(dirname "$SELF")" || exit 2 if ((UID)) && ! [[ -v SUDO_USER ]]; then exec sudo "$SELF" "$@" fi curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /et...

13.1.1 Report Creation Fundamentals

User Manual vtenext 26.04 13 Reports and charts

Understanding the CRM Data Model Before creating a report, it is essential to have a good understanding of the available data structure. Otherwise, you risk designing a report without knowing whether a specific piece of information is actually stored in the CR...

13.1.3 Advanced Reporting Examples

User Manual vtenext 26.04 13 Reports and charts

In this section, we will explore in greater detail some of the configurations introduced earlier and examine additional steps of the report creation wizard that have not yet been covered. Unlike the previous chapter, we will not walk through the complete repor...

Branzino - Short URL

Branzino Marketing Hub

Gli Short URL sono dei link arricchiti con delle variabili, che consentono di tracciare le performance delle nostre Campagne e la provenienza del traffico del nostro sito. Cliccando su GESTISCI SHORT URL, presente in alto a destra, potremo accedere alla pagina...

Branzino - Form Builder

Branzino Marketing Hub

La funzione Form Builder, permette di costruire webform per i moduli del crm, in modo da poterli pubblicare sulle pagine del vostro sito aziendale e di raccogliere dati. La costruzione viene fatta attraverso un'interfaccia drag&drop, molto simile a quella già ...