Index
AddOnWidgetSet
(message)AddOnWidgetSet.WidgetType
(enum)CommonAddOnManifest
(message)CreateActionExtensionPoint
(message)HomepageExtensionPoint
(message)HttpAuthorizationHeader
(enum)HttpOptions
(message)LayoutProperties
(message)LinkPreviewExtensionPoint
(message)MenuItemExtensionPoint
(message)UniversalActionExtensionPoint
(message)UriPattern
(message)
AddOnWidgetSet
The widget subset used by an add-on.
Fields | |
---|---|
used |
The list of widgets used in an add-on. |
WidgetType
The widget type. WIDGET_TYPE_UNSPECIFIED
is the basic widget set.
Enums | |
---|---|
WIDGET_TYPE_UNSPECIFIED |
The default widget set. |
DATE_PICKER |
The date picker. |
STYLED_BUTTONS |
Styled buttons include filled buttons and deactivated buttons. |
PERSISTENT_FORMS |
Persistent forms allow persisting form values during actions. |
FIXED_FOOTER |
Fixed footer in a card. |
UPDATE_SUBJECT_AND_RECIPIENTS |
Update the subject and recipients of a draft. |
GRID_WIDGET |
The grid widget. |
ADDON_COMPOSE_UI_ACTION |
A Gmail add-on action that applies to the add-on compose UI. |
CommonAddOnManifest
Add-on configuration that is shared across all add-on host applications.
Fields | |
---|---|
name |
Required. The display name of the add-on. |
logo |
Required. The URL for the logo image shown in the add-on toolbar. |
layout |
Common layout properties for the add-on cards. |
add |
The widgets used in the add-on. If this field is not specified, the default set is used. |
use |
Whether to pass locale information from host app. |
homepage |
Defines an endpoint that will be executed in any context, in any host. Any cards generated by this function will always be available to the user, but might be eclipsed by contextual content when this add-on declares more targeted triggers. |
universal |
Defines a list of extension points in the universal action menu which serves as a settings menu for the add-on. The extension point can be a link URL to open or an endpoint to execute as a form submission. |
open |
An OpenLink action can only use a URL with an |
CreateActionExtensionPoint
The configuration for a trigger that fires when a user invokes the resource creation workflow in a Google Workspace application. For more information, see Create third-party resources from the @ menu.
Fields | |
---|---|
id |
Required. The unique ID to differentiate this extension point. The ID can have up to 64 characters and should be in the format of |
label |
Required. The text that displays alongside an icon for the resource creation entry point, such as |
localized |
Optional. A map of If a user's locale is present in the map's keys, the user sees the localized version of the |
run |
Required. Endpoint to execute when a resource creation workflow is triggered to create a link. |
logo |
Optional. The icon that displays for the resource creation entry point. If omitted, the menu uses your add-on's toolbar icon, |
HomepageExtensionPoint
Common format for declaring an add-on's homepage view.
Fields | |
---|---|
run |
Required. The endpoint to execute when this extension point is activated. |
enabled |
Optional. If set to Defaults to If an add-on's custom homepage view is disabled, a generic overview card is provided for users instead. |
HttpAuthorizationHeader
Authorization header sent in add-on HTTP
requests.
Enums | |
---|---|
HTTP_AUTHORIZATION_HEADER_UNSPECIFIED |
Default value, equivalent to SYSTEM_ID_TOKEN . |
SYSTEM_ID_TOKEN |
Send an ID token for the project-specific Google Workspace Add-on's system service account (default). |
USER_ID_TOKEN |
Send an ID token for the end user. |
NONE |
Do not send an Authentication header. |
HttpOptions
Options for sending requests to add-on HTTP
endpoints.
Fields | |
---|---|
authorization |
Configuration for the token sent in the |
LayoutProperties
Card layout properties shared across all add-on host applications.
Fields | |
---|---|
primary |
The primary color of the add-on. It sets the color of the toolbar. If no primary color is set, the default value provided by the framework is used. |
secondary |
The secondary color of the add-on. It sets the color of buttons. If the primary color is set but no secondary color is set, the secondary color is the same as the primary color. If neither primary color nor secondary color is set, the default value provided by the framework is used. |
use |
Enables material design for cards. |
LinkPreviewExtensionPoint
The configuration for a trigger that fires when a user types or pastes a link from a third-party or non-Google service into a Google Docs, Sheets, or Slides file.
Fields | |
---|---|
label |
Required. The text for an example smart chip that prompts users to preview the link, such as |
localized |
Optional. A map of If a user's locale is present in the map's keys, the user sees the localized version of the |
patterns[] |
Required. An array of URL patterns that trigger the add-on to preview links. |
run |
Required. Endpoint to execute when a link preview is triggered. |
logo |
Optional. The icon that displays in the smart chip and preview card. If omitted, the add-on uses its toolbar icon, |
MenuItemExtensionPoint
Common format for declaring a menu item or button that appears within a host app.
Fields | |
---|---|
run |
Required. The endpoint to execute when this extension point is activated. |
label |
Required. User-visible text that describes the action taken by activating this extension point. For example, "Insert invoice." |
logo |
The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL. |
UniversalActionExtensionPoint
Format for declaring a universal action menu item extension point.
Fields | |
---|---|
label |
Required. User-visible text that describes the action taken by activating this extension point, for example, "Add a new contact." |
Union field action_type . Required. The action type supported on a universal action menu item. It can either be a link to open or an endpoint to execute. action_type can be only one of the following: |
|
open |
URL to be opened by the UniversalAction. |
run |
Endpoint to be run by the UniversalAction. |
UriPattern
The configuration for each URL pattern that triggers a link preview.
Fields | |
---|---|
host |
Required for each URL pattern to preview. The domain of the URL pattern. The add-on previews links that contain this domain in the URL. To preview links for a specific subdomain, like For example, |
path |
Optional. The path that appends the domain of the For example, if the URL host pattern is To match all URLs in the host pattern domain, leave |