
Detección de Spam en Correos Electrónicos y Enrutamiento de Soporte Impulsados por IA
Este flujo de trabajo con IA clasifica automáticamente los correos electrónicos entrantes como spam o no, y enruta inteligentemente los mensajes legítimos a un ...

Enruta mensajes basándote en comparaciones de texto flexibles, permitiendo ramificaciones inteligentes en tus flujos de trabajo.
Descripción del componente
The Conditional Router is a flow component designed to direct the flow of messages based on customizable text comparison logic. This makes it a powerful tool for branching processes, enabling dynamic decision-making within your AI workflows.
At its core, the Conditional Router examines a piece of input text and compares it against a specified match value. Based on the result of this comparison (using a chosen operator, such as “equals,” “contains,” or “is empty”), the message is routed down one of two possible paths: the True Route or the False Route. This allows your workflow to automatically handle different scenarios based on message content or structure.
The Conditional Router accepts several parameters to configure its behavior:
| Input Name | Type | Description | Required | Advanced |
|---|---|---|---|---|
| Input Text | String | The primary text input for the operation. | No | No |
| Match Text | String | The text input to compare against. | No | No |
| Operator | String | The operator for comparing the texts (see below). | No | Yes |
| Case Sensitive | Boolean | Whether the comparison should be case sensitive. | No | Yes |
| Message | String | The message object to pass through on either route. | No | No |
Available Operators:
equalsnot equalscontainsstarts withends withis emptyis not emptyis_urlis_emailis_numberThis wide choice of operators enables sophisticated routing logic, such as matching by substring, checking for empty inputs, or validating the format of a URL/email/number.
The component provides two output paths:
Both outputs are of type “Message,” ensuring compatibility with downstream components in your workflow.
The Conditional Router is especially useful for:
By integrating this component into your workflow, you can build highly responsive and adaptable AI processes that react intelligently to a wide range of input scenarios.
Para ayudarle a comenzar rápidamente, hemos preparado varios ejemplos de plantillas de flujo que demuestran cómo utilizar el componente Enrutador Condicional de manera efectiva. Estas plantillas muestran diferentes casos de uso y mejores prácticas, facilitando la comprensión e implementación del componente en sus propios proyectos.
Este flujo de trabajo con IA clasifica automáticamente los correos electrónicos entrantes como spam o no, y enruta inteligentemente los mensajes legítimos a un ...
Evalúa el texto de entrada frente a un valor definido utilizando operadores como igual, contiene o está vacío, y envía el mensaje por diferentes rutas según el resultado.
Los operadores incluyen igual, no igual, contiene, empieza con, termina con, está vacío, no está vacío, es_url, es_email y es_número.
Sí, puedes habilitar o deshabilitar la sensibilidad a mayúsculas y minúsculas para tus comparaciones.
Utilízalo para crear ramificaciones lógicas—por ejemplo, enviando a los usuarios a diferentes respuestas o acciones según su entrada, haciendo que tu automatización sea más interactiva y receptiva.
¡Por supuesto! Está diseñado para ser fácil de usar, permitiéndote configurar lógica avanzada de enrutamiento sin necesidad de programar.
Diseña flujos de trabajo más inteligentes y adaptativos con el Enrutador Condicional. Comienza hoy a crear flujos basados en decisiones.
Consentimiento de Cookies
Usamos cookies para mejorar tu experiencia de navegación y analizar nuestro tráfico. See our privacy policy.