Dialogfelder öffnen, um Nutzern bei mehrstufigen Prozessen wie dem Ausfüllen von Formulardaten zu helfen.
Vorschaulinks in Nachrichten, indem Sie Karten mit hilfreichen Informationen anhängen, die es Nutzern ermöglichen, direkt über die Unterhaltung Maßnahmen zu ergreifen.
Jetzt starten
Wenn Sie Google Workspace-Add-ons erstellen möchten, die in Chat funktionieren, finden Sie in der folgenden Dokumentation weitere Informationen:
In einer Kurzanleitung erfahren Sie, wie Sie eine einfache Chat-App mit Google Apps Script oder einem HTTP-Dienst erstellen.
Die folgenden Chat- und Add-on-Funktionen sind nicht verfügbar:
Die Chat-App-Architekturen Dialogflow, Pub/Sub und AppSheet sind nicht verfügbar. Stattdessen müssen Sie die Chat App mit Apps Script oder einem HTTP-Dienst erstellen.
Benutzerdefinierte Autorisierungskarten Damit Ihr Dienst von Google Chat authentifiziert und autorisiert werden kann, muss die Chat-App eine Karte für die grundlegende Autorisierung zurückgeben.
Add-on-Startseiten in der Google Chat-Seitenleiste. Wenn Sie einen Startseitentrigger für Ihr Add‑on konfiguriert haben, wird die Startseite nur in der Seitenleiste der anderen Google Workspace-Anwendungen angezeigt, die durch Ihr Add‑on erweitert werden.
Startseiten von Chat-Apps, die auf dem Tab Startseite von Direktnachrichten mit der Chat-App angezeigt werden.
Wenn Sie ein bestehendes Google Workspace-Add‑on aktualisieren, beachten Sie die folgenden Konfigurationsanforderungen für Chat-Apps:
Alle allgemeinen Konfigurationseinstellungen im Manifest des Add-ons (addons.common) werden in Chat ignoriert. Damit das Add-on in Chat funktioniert, müssen Sie die Chat API aktivieren und konfigurieren. Eine Anleitung finden Sie unter Google Chat-App konfigurieren.
Wenn Sie ein Add‑on in Chat bereitstellen und testen möchten, müssen Sie die Einstellung Sichtbarkeit der Chat API verwenden. Alle Sichtbarkeits- oder Testeinstellungen, die Sie im Google Workspace Marketplace SDK konfiguriert haben, werden ignoriert. Informationen zum Bereitstellen einer Testversion des Add‑ons in Chat finden Sie in der Chat API-Dokumentation unter Interaktive Funktionen für Google Chat-Apps testen.
Wenn Ihr Add‑on im Google Workspace Marketplace veröffentlicht wurde, können Sie keinen Entwurf von Änderungen an den Konfigurationseinstellungen für die Google Chat API speichern.
Wenn Sie die Konfigurationseinstellungen der Chat API aktualisieren, steht die aktualisierte Chat-App allen vorhandenen Nutzern sofort zur Verfügung. Wenn Sie Ihren Marketplace-Eintrag aktualisieren möchten, können Sie einen Entwurf erstellen, bevor Sie Änderungen einreichen.
[null,null,["Zuletzt aktualisiert: 2025-08-04 (UTC)."],[[["\u003cp\u003eExtend Google Chat with add-ons to preview links, automate tasks, and receive alerts.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Chat add-ons function as Chat apps, enabling interactions like sending messages, responding to commands, and opening dialogs.\u003c/p\u003e\n"],["\u003cp\u003eTo build a Chat add-on, developers can utilize Apps Script or HTTP services, configure the app through the Chat API, and design interfaces using triggers and actions.\u003c/p\u003e\n"],["\u003cp\u003eCertain features like Dialogflow, Card Service, custom authorization cards, and add-on homepages are currently unavailable for Chat add-ons.\u003c/p\u003e\n"],["\u003cp\u003eExisting add-ons need specific configurations, including enabling the Chat API, allowing individual and admin installations, and using the Chat API's visibility setting for deployment.\u003c/p\u003e\n"]]],["Google Workspace add-ons in Chat function as Chat apps, allowing users to preview links, automate tasks, and receive alerts. These apps can send interactive messages, respond to commands, open dialogs, and preview links. To start, developers can use Google Apps Script or an HTTP service. Key limitations include the unavailability of Dialogflow, Pub/Sub, and certain Card Service features. Configuration must be done through the Chat API, as Marketplace settings are ignored in Chat.\n"],null,["This page provides an overview about how to build Google Workspace add-ons that extend\nGoogle Chat.\n\nGoogle Workspace add-ons that extend Chat can help users do any of the\nfollowing:\n\n- Preview links from Chat messages, and take action without leaving the conversation.\n- Automate or perform tasks across Google Workspace applications.\n- Receive alerts or notifications about external tools or services.\n\nHow Google Workspace add-ons work in Chat\n\nIn Chat, add-ons appear to users as\nGoogle Chat apps. To interact with users, Chat apps\ncan do the following:\n\n- [Send messages](/workspace/add-ons/chat/send-messages) that contain text, cards, and interactive UI elements.\n- Respond to [quick commands](/workspace/add-ons/chat/quick-commands).\n- Respond to [slash commands](/workspace/add-ons/chat/slash-commands).\n- Open [dialogs](/workspace/add-ons/chat/dialogs) to help users complete multi-step processes, like filling in form data.\n- [Preview links](/workspace/add-ons/chat/preview-links) in messages by attaching cards with helpful information that let users take action directly from the conversation.\n\nGet started\n\nTo start building Google Workspace add-ons that work in Chat, see the\nfollowing documentation:\n\n- Try a quickstart to build a basic Chat app using [Google Apps Script](/workspace/add-ons/chat/quickstart-apps-script) or an [HTTP service](/workspace/add-ons/chat/quickstart-http).\n- [Configure a Chat app](/workspace/add-ons/chat/configure) and its interactive features using the Chat API.\n- Learn about the ways you can [build Chat interfaces](/workspace/add-ons/chat/build) using add-on triggers, actions, and event objects.\n\nLimitations and known issues **Note:** This documentation explains how to build a Chat app as a Google Workspace add-on. You can also build Chat apps using *interaction events* . To learn about each framework and its available features, see [Build an interactive Google Chat app](/workspace/chat/interact-users-overview) in the Google Chat API documentation.\n\nThe following Chat and add-on features\nare unavailable:\n\n- The Chat app architectures [Dialogflow](/workspace/chat/build-dialogflow-chat-app-natural-language), [Pub/Sub](/workspace/chat/quickstart/pub-sub), and [AppSheet](https://support.google.com/appsheet/answer/12923581) are unavailable. Instead, you must build the Chat app using Apps Script or an HTTP service.\n- Apps Script's [Card Service](/apps-script/reference/card-service). To use [Chat actions](/workspace/add-ons/chat/build#actions) and build cards, return JSON objects instead. For examples, see [Open interactive dialogs](/workspace/add-ons/chat/dialogs) and [Preview links](/workspace/add-ons/chat/preview-links).\n- Custom authorization cards. To authenticate and grant authorization to your service from Chat, the Chat app must return a [basic authorization card](/workspace/add-ons/guides/connect-third-party-service#basic-auth-card).\n- [Add-on homepages](/workspace/add-ons/concepts/homepages) in the Chat sidebar. If you've configured a [homepage trigger](/workspace/add-ons/concepts/workspace-triggers) for your add-on, the homepage only appears in the sidebar of the other Google Workspace applications that your add-on extends.\n- [Chat app homepages](/workspace/chat/send-app-home-card-message), which appear in the **Home** tab of direct messages with the Chat app.\n\nIf you're updating an existing Google Workspace add-on, consider the following\n[configuration requirements](/workspace/add-ons/chat/configure#considerations)\nfor Chat apps:\n\n- The [Google Workspace Marketplace installation settings](/workspace/marketplace/enable-configure-sdk#installation-settings) must permit both individuals and Google Workspace administrators to install the add-on.\n- Any common configuration settings in the add-on's [manifest](/workspace/add-ons/concepts/workspace-manifests) (`addons.common`) are ignored in Chat. To configure the add-on to work in Chat, you must enable and configure the Chat API. For steps, see [Configure a Google Chat app](/workspace/add-ons/chat/configure).\n- To deploy and test an add-on in Chat, you must use the Chat API's **Visibility** setting. Any visibility or testing settings that you've configured in the Google Workspace Marketplace SDK are ignored. To deploy a test version of the add-on in Chat, see [Test interactive features for Google Chat apps](/workspace/chat/test-interactive-features) in the Chat API documentation.\n- If your add-ons is published to the Google Workspace Marketplace, you can't save a draft of any changes to the [Google Chat API configuration settings](/workspace/add-ons/chat/configure). When you update Chat API configuration settings, the updated Chat app is immediately available to all existing users. To update your Marketplace listing, you can [create a draft](/workspace/marketplace/manage-app-listing#draft-app-listing) before submitting any changes.\n\nRelated topics\n\n- [Google Chat API documentation overview](/workspace/chat/overview)"]]