Open Connector
所有 Tools

ProxiedMail logoProxiedMail

Create proxy-email to start your email revolution. Endless email addresses that help you to avoid your digital assets lose and boost privacy while you still using your usual email service.

proxiedmailvcatalog-v19 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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: "PROXIEDMAIL_ADD_CALLBACK",  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("PROXIEDMAIL_ADD_CALLBACK", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute PROXIEDMAIL_ADD_CALLBACK --data '{ }'

Tool 目录

可用 Tools

9 个可调用操作

AuhtorizationPROXIEDMAIL_ADD_CALLBACKAuhtorization

Auhtorization

认证

需要 Connected Account

Scopes

default

Tags

callback
Create proxy-emailPROXIEDMAIL_ADD_PROXY_BINDINGCreate proxy-email

Create proxy-email

认证

需要 Connected Account

Scopes

default

Tags

proxy-binding
Get api tokenPROXIEDMAIL_GET_API_V1_API_TOKENGet api token

Get api token

认证

需要 Connected Account

Scopes

default

Tags

api
AuhtorizationPROXIEDMAIL_GET_API_V1_CALLBACK_GET_HASHAuhtorization

Auhtorization

认证

需要 Connected Account

Scopes

default

Tags

callback
List of proxy emailsPROXIEDMAIL_GET_API_V1_PROXY_BINDINGSList of proxy emails

List of proxy emails

认证

需要 Connected Account

Scopes

default

Tags

proxy-binding
Get received emails list by proxy email (last 55)PROXIEDMAIL_GET_API_V1_RECEIVED_EMAILS_LINKS_PROXY_BINDING_IDGet received emails list by proxy email (last 55)

Get received emails list by proxy email (last 55)

认证

需要 Connected Account

Scopes

default

Tags

received-email
Get content of received email by idPROXIEDMAIL_GET_API_V1_RECEIVED_EMAILS_RECEIVED_EMAIL_IDGet content of received email by id

Get content of received email by id

认证

需要 Connected Account

Scopes

default

Tags

received-email
Update proxy-emailPROXIEDMAIL_PATCH_PROXY_BINDINGUpdate proxy-email

Update proxy-email

认证

需要 Connected Account

Scopes

default

Tags

proxy-binding
AuhtorizationPROXIEDMAIL_USER_AUTHAuhtorization

Auhtorization

认证

需要 Connected Account

Tags

user

Provider 资源