> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/asistentes-de-agendamiento/parte-4-confirmaciones-y-recordatorios/como-configurar-confirmaciones-y-recordatorios-en-medilink-y-dentalink.md).

# Cómo configurar confirmaciones y recordatorios en Medilink y Dentalink

## Cómo configurar confirmaciones y recordatorios en Medilink y Dentalink

En este artículo aprenderás cómo aplicar la URL del webhook de confirmaciones y recordatorios generada en Vambe dentro de MediLink o Dentalink, para que las confirmaciones y recordatorios de citas se envíen automáticamente por WhatsApp.

Este paso es obligatorio para que las notificaciones automáticas funcionen correctamente.

{% hint style="warning" %}
Sin sesión de administrador, no será posible configurar el webhook.
{% endhint %}

***

**Requisitos previos**

* Tener configuradas las [confirmaciones y recordatorios](https://academy.vambe.ai/asistentes-agendamiento/parte-4-confirmaciones-y-recordatorios/configuraciones-confirmacion-y-recordatorio) en Vambe.
* Haber copiado la **URL del webhook** generada en la configuración de notificaciones.
* Contar con **acceso administrador** en MediLink o Dentalink.

***

{% stepper %}
{% step %}

#### Ingresar a MediLink o Dentalink como administrador

* Accede a tu cuenta de **MediLink o Dentalink**.
* Inicia sesión **con un usuario administrador**.
  {% endstep %}

{% step %}

#### Acceder a la configuración de Webhooks

* En la parte superior derecha, haz clic en **Administrador**.
* Selecciona la opción **Configuración Webhook**.

![](https://content.gitbook.com/content/hQjV55x4bDSryBoT4FYC/blobs/Y1YMerFSFWQICjCc8Lst/image%20png%20Dec%2017%202025%2004%2013%2043%202210%20PM.png)
{% endstep %}

{% step %}

#### Agregar un nuevo proveedor de webhook

* Dentro de la configuración, haz clic en el botón verde **Agregar proveedor**.

![](https://content.gitbook.com/content/hQjV55x4bDSryBoT4FYC/blobs/MlYoJHBZJkHrd8fyoy2O/image%20png%20Dec%2017%202025%2004%2014%2052%201750%20PM.png)

* Completa los campos de la siguiente forma:

Nombre del proveedor\
`Notificación y confirmación Vambe`

URL del callback

* Pega la **URL del webhook** que copiaste previamente desde Vambe.

![](https://content.gitbook.com/content/hQjV55x4bDSryBoT4FYC/blobs/BLYuX5FKNFO8cKbwLjgx/image%20png%20Dec%2017%202025%2004%2016%2018%200178%20PM.png)
{% endstep %}

{% step %}

#### Guardar la configuración

* Haz clic en **Guardar**.

{% hint style="success" %}
Listo. Desde este momento:

* Las confirmaciones de citas
* Y los recordatorios automáticos\
  comenzarán a enviarse desde Vambe según la configuración realizada.
  {% endhint %}
  {% endstep %}
  {% endstepper %}

***

### Qué sucede después de configurarlo

* Cada vez que se cree, confirme o actualice una cita en MediLink o Dentalink, Vambe recibirá el evento automáticamente.
* La plataforma evaluará las reglas configuradas y enviará las plantillas correspondientes por WhatsApp.
* No es necesario volver a configurar este webhook, salvo que cambies de sede o URL.

***

<details>

<summary>Errores comunes a evitar</summary>

* ❌ No usar una cuenta administrador.
* ❌ Pegar una URL incompleta o incorrecta.
* ❌ No haber configurado previamente las notificaciones en Vambe.
* ❌ No guardar los cambios luego de pegar la URL.

</details>


---

# 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://academy.vambe.ai/asistentes-de-agendamiento/parte-4-confirmaciones-y-recordatorios/como-configurar-confirmaciones-y-recordatorios-en-medilink-y-dentalink.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.
