Open Connector
All tools

Gmail Postmaster Tools

No catalog description yet.

google-gmail-postmaster-toolsv1.0.010 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_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.

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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.traffic.readonly

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domain

Tags

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

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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.traffic.readonly

Tags

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

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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domain

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user

Tags

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

[Developer Preview](https://developers.google.com/workspace/preview): Lists the users that have access to a domain.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user

Tags

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

[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 required

Scopes

https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domain

Tags

domains