UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Configuración

Introducción

To enable the Microsoft Teams activities, your app must be integrated with the Microsoft identity platform and have the correct Microsoft Graph API permissions assigned to it.

To integrate your application, assign permissions, and start building your automation project, you will first need to decide if you will create your own app or use the UiPath app (for example, UiPathStudioO365App).

Importante:

If you are using the UiPath app then you will need to ensure that you add admin consent.

Si no agrega el consentimiento del administrador, verá el siguiente error.

docs image

Si está creando su propia aplicación, deberá seguir los pasos a continuación.

After registering your Microsoft Office Teams application, Azure Active Directory assigns a unique application (client) ID that you enter in the Microsoft Office Teams Scope.

Nota:

If you already completed the Microsoft Office 365 Activities or have an existing registered application, you can go straight to the Add API permissions section and add the necessary permissions for the Microsoft Teams activities.

After adding the permissions, you'll be able to use the same ApplicationID in both the Microsoft Office 365 Scope and Microsoft Teams Scope activities.

docs image

Pasos

1. Registre su aplicación

  1. Sign in to the Azure portal using your personal, work, or school Microsoft Office 365 account.

  2. In the left-hand navigation panel, click Azure Active Directory.

  3. After the Azure Active Directory page opens, click App registrations.

  4. Click + New registration in the top navigation bar.

    docs image

  5. Enter a Name for your application (e.g., "Office365App").

  6. Under Supported account types, select the option that applies to you.

    • Para obtener más información sobre qué opción seleccionar, a continuación se presentan las recomendaciones de Microsoft:
      • Solo cuentas en este directorio de la organización: usa esta opción si el público de destino es interno de tu organización.
      • Cuentas en cualquier directorio de la organización (Cualquier directorio de Azure AD - Multitenant): usa esta opción si tu público objetivo son clientes empresariales o educativos y para habilitar el multitenemento.
      • Cuentas de cualquier directorio de la organización (cualquier directorio de Azure AD - Multitenant) y cuentas personales de Microsoft (p. Ej. Skype, xbox): usa esta opción para dirigirte al conjunto más amplio de identidades de Microsoft y habilitar el tenant múltiple.
    • Under Redirect URI (optional), enter a URI address (if applicable).
    • Your selection is dependent on your authentication type. For more information on this topic, see the Unattended and Attended Automation in the Microsoft Teams Scope activity details page).
    • En nuestro ejemplo, la organización admite la autenticación de tenant múltiple y solo puede usar el tipo de autenticación de token interactivo, que requiere un URI de redirección.
    • Si tu tipo de autenticación es Autenticación de Windows integrada o Nombre de usuario y contraseña, no necesitarás registrar un URI de redirección para tu aplicación. Estos flujos viajan de vuelta al punto final de la plataforma de identidad de Microsoft v2.0 y no se volverá a llamar a tu aplicación en ningún URI específico.
    • For more information, see Desktop app-registration in the Microsoft identity platform documentation.
  7. Click Register.

    docs image

    Nota:

    Today the Microsoft Authentication Library (MSAL.NET) uses urn:ietf:wg:oauth:2.0:oob as the default redirect URI and this value will likely work for you when using the InteractiveToken authentication type (we use this in all of our examples and Quickstart guides).

    In the future, Microsoft plans to change the default redirect URI to https://login.microsoftonline.com/common/oauth2/nativeclient, so you may consider using this instead.

¡Listo! Ahora, agreguemos permisos de API a su aplicación registrada.

2. Add API permissions

  1. From your registered application page (Azure portal > Azure Active Directory > App registrations > Office365App), click API permissions in the left-hand navigation panel.

  2. After the API permission page opens, click + Add a permission (this opens the Request API permissions window).

  3. Under Select an API, click Microsoft APIs (may be open by default).

  4. Under Commonly used Microsoft APIs, click Microsoft Graph.

    docs image

  5. Under What type of permissions does your application require?, click Delegated permissions to show the list of permissions.

    • While the Application permissions will also work, the activities are designed for apps with Delegated permissions assigned to the Microsoft Graph APIs.
    • For more information about permission types, see Configure a client application to access web APIs in the Microsoft Azure documentation.
  6. Use la barra de búsqueda o desplácese hacia abajo en la lista alfabética y seleccione los siguientes permisos:

    • Chat.LeerEscribir
    • Grupo.LeerEscribir todo
    • Usuario.LeerTodo
  7. Click Add permissions (returning you to your list of API permissions)

    docs image

  8. Verify your API permissions include your added Chat, Group, and User permissions.

    docs image

3. Cree su proyecto

  1. Crear un nuevo proyecto de automatización.
    1. Open UiPath Studio.

    2. Under New Project, click Process (this opens a New Blank Process window).

    3. Enter a project Name, Location, and Description.

    4. Haz clic en Crear.

      docs image

  2. Install the UiPath.MicrosoftTeamsActivities package.
    1. In the Design ribbon, click Manage Packages (this opens the Manage Packages window).
    2. Under All Packages, click Go!
    3. In the Search bar, enter Teams.
    4. Click, install and accept the license for the UiPath.Teams.Activities.
      • For more information about Uipath Studio packages, see Managing Packages in the Studio Guide.

        docs image

¡Ya está!

Ahora que has completado la configuración, puedes empezar a añadir las actividades de Microsoft Teams a tu proyecto.

Próximos pasos

For a hands-on learning experience and to quickly start using the activities, see the Quickstart guides. These guides provide step-by-step instructions to help you create working samples of the different activities so that you can verify the connection to your registered app and get familiar with the input/output properties.

Para obtener más información sobre las actividades de Microsoft Teams (incluidas las entradas / salidas de propiedades de ejemplo), consulta las siguientes páginas de actividades para obtener una lista completa y enlaces a las páginas de detalles de las actividades.

  • Introducción
  • Pasos
  • 1. Registre su aplicación
  • 2. Add API permissions
  • 3. Cree su proyecto
  • Próximos pasos

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado