> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/es/configuracion/guest-app-integrations.md).

# Integraciones de aplicaciones de Guest

Para una gestión de usuarios más cómoda [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf) de usuarios, puede habilitar integraciones de aplicaciones de terceros con Slack y Microsoft Teams para que se le notifique cuando un invitado se registre en su organización.

***

## Integre la aplicación Guest con Slack

{% stepper %}
{% step %}
**En Verkada Command, ve a Todos los productos > Workplace > Invitado.**
{% endstep %}

{% step %}
**En la navegación izquierda, haz clic en Configuración de invitados.**
{% endstep %}

{% step %}
**A la izquierda, desplácese hacia abajo hasta Notificaciones y seleccione Conectar con Slack.**

<div align="left" data-with-frame="true"><img src="/files/860d7119484d0d5964112eaf52f9873a2f8cefee" alt="" width="563"></div>
{% endstep %}

{% step %}
**Cuando se le solicite permitir el acceso al espacio de trabajo de Slack de Verkada, haga clic en Permitir.**

<div align="left" data-with-frame="true"><img src="/files/20fcebee761fba25cc4f361dd386f6ab5957a9cd" alt="" width="563"></div>
{% endstep %}

{% step %}
**En Slack, busque la app Verkada Guest y agréguela a su cuenta. Entonces debería poder recibir notificaciones de Guest a través de Slack.**

<div align="left" data-with-frame="true"><img src="/files/5ff4a2babaca2fa84c4dffd452ddeb9045c40955" alt="" width="563"></div>
{% endstep %}
{% endstepper %}

***

## Integre la aplicación Guest con Microsoft Teams

{% hint style="danger" %}
Debe tener permisos de Administrador global o Administrador de roles con privilegios en Microsoft Teams para habilitar esta función.
{% endhint %}

{% stepper %}
{% step %}
**En Verkada Command, ve a Todos los productos > Workplace > Invitado.**
{% endstep %}

{% step %}
**En la navegación izquierda, haz clic en Configuración de invitados.**
{% endstep %}

{% step %}
**A la izquierda, desplácese hacia abajo hasta Notificaciones y seleccione Conectar con MS Teams.**

<div align="left" data-with-frame="true"><img src="/files/917677351372f0bcc9aaabcb770cd6908a412ef9" alt=""></div>
{% endstep %}

{% step %}
**Cuando se le solicite iniciar sesión en Microsoft, haga clic en Siguiente.**

<div align="left" data-with-frame="true"><img src="/files/a5f6bcadf359ea9c491a6932b4642e41b8f8770b" alt=""></div>
{% endstep %}

{% step %}
**Acepte los permisos para permitir que Guest se integre con Teams.**

<div align="left" data-with-frame="true"><img src="/files/e8bda3726368c716d60dcba6c6965971faf8da2c" alt=""></div>
{% endstep %}

{% step %}
**En Microsoft Teams, busque la app Verkada Guest y agréguela a su cuenta. Entonces debería poder recibir notificaciones a través de Teams.**

<div align="left" data-with-frame="true"><img src="/files/40ad6244431c1e4bb612a0ed4189b8f0eec52c0b" alt=""></div>
{% endstep %}
{% endstepper %}

***

## Habilitar todas las aplicaciones de terceros

Si tiene deshabilitadas las aplicaciones de terceros de forma predeterminada en su cuenta de Microsoft, siga estos pasos para cambiar la configuración de su cuenta:

{% stepper %}
{% step %}
**Vaya a** [**https://admin.teams.microsoft.com/policies/manage-apps**](https://admin.teams.microsoft.com/policies/manage-apps)
{% endstep %}

{% step %}
**Haga clic en Acciones y seleccione Configuración de toda la organización.**
{% endstep %}

{% step %}
**En la configuración de aplicaciones de toda la organización, asegúrese de que Aplicaciones de terceros esté habilitado.**
{% endstep %}
{% endstepper %}

***

## Habilitar solo las aplicaciones de terceros de Verkada Guest

{% stepper %}
{% step %}
**Vaya a:** [**https://admin.teams.microsoft.com/policies/manage-apps**](https://admin.teams.microsoft.com/policies/manage-apps)**.**
{% endstep %}

{% step %}
**Localice la app Verkada Guest en la lista.**
{% endstep %}

{% step %}
**Asigne al grupo autorizado para instalar.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**¿Prefieres verlo en acción?** Mira el [tutorial en video](https://www.youtube.com/watch?v=76-x-GPz1l0).
{% endhint %}


---

# 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://help.verkada.com/guest/es/configuracion/guest-app-integrations.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.
