Google Workspace Alert Center
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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.Connection1 scope
Performs batch delete operation on alerts.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts BatchUndeleteGOOGLE_ALERT_CENTER_ALERTS_BATCH_UNDELETEPerforms batch undelete operation on alerts.Connection1 scope
Performs batch undelete operation on alerts.
Authentication
Connected account requiredScopes
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.Connection1 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.
Authentication
Connected account requiredScopes
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.Connection1 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.
Authentication
Connected account requiredScopes
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.Connection1 scope
Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns `NOT_FOUND` error.
Authentication
Connected account requiredScopes
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.Connection1 scope
Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error.
Authentication
Connected account requiredScopes
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.Connection1 scope
Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns `NOT_FOUND` error.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter Alerts ListGOOGLE_ALERT_CENTER_ALERTS_LISTLists the alerts.Connection1 scope
Lists the alerts.
Authentication
Connected account requiredScopes
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.Connection1 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.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter GetSettingsGOOGLE_ALERT_CENTER_GET_SETTINGSReturns customer-level settings.Connection1 scope
Returns customer-level settings.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/apps.alertsTags
Alertcenter UpdateSettingsGOOGLE_ALERT_CENTER_UPDATE_SETTINGSUpdates the customer-level settings.Connection1 scope
Updates the customer-level settings.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/apps.alertsTags