Gmail Postmaster Tools
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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 目录
可用 Tools
10 个可调用操作
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Deletes a user from a domain. Returns NOT_FOUND if the user does not exist.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 scopes
[Developer Preview](https://developers.google.com/workspace/preview): Lists the users that have access to a domain.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.domainTags