Gmail Postmaster Tools
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_GMAIL_POSTMASTER_TOOLS_DOMAIN_STATS_BATCH_QUERY", 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_GMAIL_POSTMASTER_TOOLS_DOMAIN_STATS_BATCH_QUERY", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAIN_STATS_BATCH_QUERY --data '{ }'Tool catalog
Available tools
10 callable operations
Gmailpostmastertools DomainStats BatchQueryGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAIN_STATS_BATCH_QUERYExecutes a batch of QueryDomainStats requests for multiple domains. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for any of the requested domains.Connection2 scopes
Executes a batch of QueryDomainStats requests for multiple domains. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for any of the requested domains.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.traffic.readonlyTags
Gmailpostmastertools Domains CreateGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_CREATE[Developer Preview](https://developers.google.com/workspace/preview): Adds a domain to the user's account. Returns INVALID_ARGUMENT if a domain is not provided. Returns ALREADY_EXISTS if the domain is already registered by the user.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Adds a domain to the user's account. Returns INVALID_ARGUMENT if a domain is not provided. Returns ALREADY_EXISTS if the domain is already registered by the user.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domainTags
Gmailpostmastertools Domains DomainStats QueryGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_DOMAIN_STATS_QUERYRetrieves a list of domain statistics for a given domain and time period. Returns statistics only for dates where data is available. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for the domain.Connection2 scopes
Retrieves a list of domain statistics for a given domain and time period. Returns statistics only for dates where data is available. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for the domain.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.traffic.readonlyTags
Gmailpostmastertools Domains ListGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_LISTRetrieves a list of all domains registered by you, along with their corresponding metadata. The order of domains in the response is unspecified and non-deterministic. Newly registered domains will not necessarily be added to the end of this list.Connection2 scopes
Retrieves a list of all domains registered by you, along with their corresponding metadata. The order of domains in the response is unspecified and non-deterministic. Newly registered domains will not necessarily be added to the end of this list.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domainTags
Gmailpostmastertools Domains Users CreateGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_USERS_CREATE[Developer Preview](https://developers.google.com/workspace/preview): Creates a user, who has access to a domain. Returns INVALID_ARGUMENT if a user is not provided.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Creates a user, who has access to a domain. Returns INVALID_ARGUMENT if a user is not provided.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.userTags
Gmailpostmastertools Domains Users DeleteGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_USERS_DELETE[Developer Preview](https://developers.google.com/workspace/preview): Deletes a user from a domain. Returns NOT_FOUND if the user does not exist.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Deletes a user from a domain. Returns NOT_FOUND if the user does not exist.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.userTags
Gmailpostmastertools Domains Users GetGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_USERS_GET[Developer Preview](https://developers.google.com/workspace/preview): Retrieves detailed information about a user that has access to a domain. Returns NOT_FOUND if the user does not exist.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Retrieves detailed information about a user that has access to a domain. Returns NOT_FOUND if the user does not exist.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.userTags
Gmailpostmastertools Domains Users ListGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_USERS_LIST[Developer Preview](https://developers.google.com/workspace/preview): Lists the users that have access to a domain.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Lists the users that have access to a domain.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.userTags
Gmailpostmastertools Domains Users PatchGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_USERS_PATCH[Developer Preview](https://developers.google.com/workspace/preview): Updates a user for a domain. Only Owners and Admins can execute this RPC, only a user's domain permission will be allowed to be updated. Returns NOT_FOUND if the user does not exist. Returns INVALID_ARGUMENT if a permission is not provided or is PERMISSION_UNSPECIFIED, NONE, or OWNER.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Updates a user for a domain. Only Owners and Admins can execute this RPC, only a user's domain permission will be allowed to be updated. Returns NOT_FOUND if the user does not exist. Returns INVALID_ARGUMENT if a permission is not provided or is PERMISSION_UNSPECIFIED, NONE, or OWNER.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.userTags
Gmailpostmastertools Domains VerifyGOOGLE_GMAIL_POSTMASTER_TOOLS_DOMAINS_VERIFY[Developer Preview](https://developers.google.com/workspace/preview): Verifies a user's ownership of a domain at the DNS level. Note that this is distinct from checking if the user has OWNER status within IRDB.Connection2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Verifies a user's ownership of a domain at the DNS level. Note that this is distinct from checking if the user has OWNER status within IRDB.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domainTags