> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.4/cambio-de-comportamiento-reconocimiento-de-ticket-automatizado.md).

# CAMBIO DE COMPORTAMIENTO - reconocimiento de Ticket automatizado

{% hint style="warning" %}
Hemos realizado un cambio en los ajustes del Ticket que debe conocer, y que se relaciona con el envío de correos electrónicos automatizados. Esto afecta el comportamiento por defecto del Ticket.
{% endhint %}

Anteriormente, el sistema enviaba correos electrónicos automatizados por defecto. Si desea detener esto en un Ticket específico, deberá ACTIVAR la opción "Deshabilitar correos electrónicos automatizados".&#x20;

Ahora, el comportamiento por defecto ha cambiado - el sistema NO enviará correos electrónicos automatizados desde los Tickets por defecto. **SI DESEA QUE SE ENVÍEN CORREOS ELECTRÓNICOS AUTOMATIZADOS DESDE UN TICKET, AHORA TENDRÁ QUE ACTIVAR LA CONFIGURACIÓN (RENOMBRADO) "ENVIAR CORREOS ELECTRÓNICOS AUTOMATIZADOS".**

<figure><img src="/files/avLNbscGl4JFUpxL5RhS" alt=""><figcaption></figcaption></figure>

Este cambio de comportamiento también se ha realizado en la pantalla utilizada para crear un nuevo Ticket enlazado.

<figure><img src="/files/b3itNBWlOC0T4OnZQLBi" alt=""><figcaption></figcaption></figure>

Además, cuando lanza un Ticket desde la página de Actividad de contacto, la opción "Enviar correos electrónicos automatizados" ahora estará desactivada por defecto, pero se puede activar manualmente en la pantalla del Ticket.

Este cambio de comportamiento también se ha aplicado en la sección de correo electrónico de Builder: cuando se configura una ruta de correo electrónico, la opción que controla el envío de correos electrónicos automatizados se ha modificado: el comportamiento por defecto es NO enviar dichos correos electrónicos automatizados, por lo que si desea que estos se envíen, deberá ACTIVAR la opción "Enviar correos electrónicos automatizados".

<figure><img src="/files/P5k8taP1Dmbo4Ix9l3mz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.4/cambio-de-comportamiento-reconocimiento-de-ticket-automatizado.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
