> For the complete documentation index, see [llms.txt](https://changelog.envialosimple.email/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.envialosimple.email/historial-de-cambios/2023/agosto.md).

# Agosto

## 2023-08-01

### Changed

* Desde ahora, puedes usar URL dinámicas y personalizables dentro de la galería de imágenes desde:
  * El componente “Botón”
  * El componente “Imagen”
  * La opción de “Imagen desde URL”
* Se realizaron ajustes en las columnas de la grilla en “Actividad reciente” para poder mostrar más información.

### Fixed

* Se solucionó el inconveniente causante de no mostrar el modal de creación de variables (en el editor de templates) desde navegadores Firefox.
* Se solucionó el inconveniente causante de no redireccionar a la edicion del contenido al presionar el nombre de un template (en la grilla de templates).

## 2023-08-16

### Add

* A partir de ahora, puedes utilizar la funcionalidad de Webhooks.

### Changed

* Se mejoró la forma de mostrar los valores que cargas en tu hosting para verificar el dominio de envío.
* Se realizaron varias mejoras en el editor visual:
  * Unificamos el elemento “Botón” e “Imagen” con el design system de la herramienta.
  * Permitimos agregar enlaces al texto.
  * Reacomodamos el contenedor del área de trabajo al editar una plantilla.
  * Identificamos y cambiamos los íconos de la barra de elementos.
  * Mejoramos la manera de agregar imágenes de fondo en los bloques.
* Se corrigieron validaciones para permitir agregar un número de teléfono sin guiones en la función WhatsApp (dentro del elemento “Redes sociales”).


---

# 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://changelog.envialosimple.email/historial-de-cambios/2023/agosto.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.
