Google Workspace Alert Center
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_ALERT_CENTER_ALERTS_BATCH_DELETE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_ALERT_CENTER_ALERTS_BATCH_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_ALERT_CENTER_ALERTS_BATCH_DELETE --data '{ }'Tool 目录
可用 Tools
11 个可调用操作
Alertcenter Alerts BatchDeleteGOOGLE_ALERT_CENTER_ALERTS_BATCH_DELETEPerforms batch delete operation on alerts.需要连接1 scope
Performs batch delete operation on alerts.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts BatchUndeleteGOOGLE_ALERT_CENTER_ALERTS_BATCH_UNDELETEPerforms batch undelete operation on alerts.需要连接1 scope
Performs batch undelete operation on alerts.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts DeleteGOOGLE_ALERT_CENTER_ALERTS_DELETEMarks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a `NOT_FOUND` error.需要连接1 scope
Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a `NOT_FOUND` error.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts Feedback CreateGOOGLE_ALERT_CENTER_ALERTS_FEEDBACK_CREATECreates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns `NOT_FOUND` error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error.需要连接1 scope
Creates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns `NOT_FOUND` error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts Feedback ListGOOGLE_ALERT_CENTER_ALERTS_FEEDBACK_LISTLists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns `NOT_FOUND` error.需要连接1 scope
Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns `NOT_FOUND` error.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts GetGOOGLE_ALERT_CENTER_ALERTS_GETGets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error.需要连接1 scope
Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts GetMetadataGOOGLE_ALERT_CENTER_ALERTS_GET_METADATAReturns the metadata of an alert. Attempting to get metadata for a non-existent alert returns `NOT_FOUND` error.需要连接1 scope
Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns `NOT_FOUND` error.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts ListGOOGLE_ALERT_CENTER_ALERTS_LISTLists the alerts.需要连接1 scope
Lists the alerts.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts UndeleteGOOGLE_ALERT_CENTER_ALERTS_UNDELETERestores, or "undeletes", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a `NOT_FOUND` error. Attempting to undelete an alert which has not been marked for deletion has no effect.需要连接1 scope
Restores, or "undeletes", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a `NOT_FOUND` error. Attempting to undelete an alert which has not been marked for deletion has no effect.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter GetSettingsGOOGLE_ALERT_CENTER_GET_SETTINGSReturns customer-level settings.需要连接1 scope
Returns customer-level settings.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter UpdateSettingsGOOGLE_ALERT_CENTER_UPDATE_SETTINGSUpdates the customer-level settings.需要连接1 scope
Updates the customer-level settings.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.alertsTags