Open Connector
All tools

Google Workspace Alert Center

No catalog description yet.

google-alert-centerv1.0.011 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

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 catalog

Available tools

11 callable operations

Alertcenter Alerts BatchDeleteGOOGLE_ALERT_CENTER_ALERTS_BATCH_DELETEPerforms batch delete operation on alerts.

Performs batch delete operation on alerts.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Scopes

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

Tags

alerts
Alertcenter Alerts ListGOOGLE_ALERT_CENTER_ALERTS_LISTLists the alerts.

Lists the alerts.

Authentication

Connected account required

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.

Authentication

Connected account required

Scopes

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

Tags

alerts
Alertcenter GetSettingsGOOGLE_ALERT_CENTER_GET_SETTINGSReturns customer-level settings.

Returns customer-level settings.

Authentication

Connected account required

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.

Authentication

Connected account required

Scopes

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

Tags

alertcenter