Open Connector
所有 Tools

Google Workspace Alert Center

Catalog 暂无描述。

google-alert-centerv1.0.011 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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.

Performs batch delete operation on alerts.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
Alertcenter Alerts BatchUndeleteGOOGLE_ALERT_CENTER_ALERTS_BATCH_UNDELETEPerforms batch undelete operation on alerts.

Performs batch undelete operation on alerts.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
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.

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 Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
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.

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 Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
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.

Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns `NOT_FOUND` error.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
Alertcenter Alerts GetGOOGLE_ALERT_CENTER_ALERTS_GETGets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error.

Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
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.

Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns `NOT_FOUND` error.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
Alertcenter Alerts ListGOOGLE_ALERT_CENTER_ALERTS_LISTLists the alerts.

Lists the alerts.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
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.

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 Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alerts
Alertcenter GetSettingsGOOGLE_ALERT_CENTER_GET_SETTINGSReturns customer-level settings.

Returns customer-level settings.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alertcenter
Alertcenter UpdateSettingsGOOGLE_ALERT_CENTER_UPDATE_SETTINGSUpdates the customer-level settings.

Updates the customer-level settings.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.alerts

Tags

alertcenter