Open Connector
所有 Tools

Postmark logoPostmark

Send transactional and marketing emails and get them to the inbox on time, every time. Postmark is a fast and reliable email delivery service for developers.

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

Tool 目录

可用 Tools

23 个可调用操作

Create a DomainPOSTMARK_CREATE_DOMAINCreate a Domain

Create a Domain

认证

需要 Connected Account

Tags

Domains API
Create a Sender SignaturePOSTMARK_CREATE_SENDER_SIGNATURECreate a Sender Signature

Create a Sender Signature

认证

需要 Connected Account

Tags

Sender Signatures API
Create a ServerPOSTMARK_CREATE_SERVERCreate a Server

Create a Server

认证

需要 Connected Account

Tags

Server Management API
Delete a DomainPOSTMARK_DELETE_DOMAINDelete a Domain

Delete a Domain

认证

需要 Connected Account

Tags

Domains API
Delete a Sender SignaturePOSTMARK_DELETE_SENDER_SIGNATUREDelete a Sender Signature

Delete a Sender Signature

认证

需要 Connected Account

Tags

Sender Signatures API
Delete a ServerPOSTMARK_DELETE_SERVERDelete a Server

Delete a Server

认证

需要 Connected Account

Tags

Server Management API
Update a DomainPOSTMARK_EDIT_DOMAINUpdate a Domain

Update a Domain

认证

需要 Connected Account

Tags

Domains API
Update a Sender SignaturePOSTMARK_EDIT_SENDER_SIGNATUREUpdate a Sender Signature

Update a Sender Signature

认证

需要 Connected Account

Tags

Sender Signatures API
Edit a ServerPOSTMARK_EDIT_SERVER_INFORMATIONEdit a Server

Edit a Server

认证

需要 Connected Account

Tags

Server Management API
Get a DomainPOSTMARK_GET_DOMAINGet a Domain

Get a Domain

认证

需要 Connected Account

Tags

Domains API
Get a Sender SignaturePOSTMARK_GET_SENDER_SIGNATUREGet a Sender Signature

Get a Sender Signature

认证

需要 Connected Account

Tags

Sender Signatures API
Get a ServerPOSTMARK_GET_SERVER_INFORMATIONGet a Server

Get a Server

认证

需要 Connected Account

Tags

Server Management API
List DomainsPOSTMARK_LIST_DOMAINSList Domains

List Domains

认证

需要 Connected Account

Tags

Domains API
List Sender SignaturesPOSTMARK_LIST_SENDER_SIGNATURESList Sender Signatures

List Sender Signatures

认证

需要 Connected Account

Tags

Sender Signatures API
List serversPOSTMARK_LIST_SERVERSList servers

List servers

认证

需要 Connected Account

Tags

Server Management API
Push templates from one server to anotherPOSTMARK_PUSH_TEMPLATESPush templates from one server to another

Push templates from one server to another

认证

需要 Connected Account

Tags

Templates API
Request DNS Verification for DKIMPOSTMARK_REQUEST_DKIM_VERIFICATION_FOR_DOMAINRequest DNS Verification for DKIM

Request DNS Verification for DKIM

认证

需要 Connected Account

Tags

Domains API
Request a new DKIM KeyPOSTMARK_REQUEST_NEW_DKIMKEY_FOR_SENDER_SIGNATURERequests a new DKIM key to be created. Until the DNS entries are confirmed, the new values will be in the `DKIMPendingHost` and `DKIMPendingTextValue` fields. After the new DKIM value is verified in DNS, the pending values will migrate to `DKIMTextValue` and `DKIMPendingTextValue` and Postmark will begin to sign emails with the new DKIM key.

Requests a new DKIM key to be created. Until the DNS entries are confirmed, the new values will be in the `DKIMPendingHost` and `DKIMPendingTextValue` fields. After the new DKIM value is verified in DNS, the pending values will migrate to `DKIMTextValue` and `DKIMPendingTextValue` and Postmark will begin to sign emails with the new DKIM key.

认证

需要 Connected Account

Tags

Sender Signatures API
Request DNS Verification for Return-PathPOSTMARK_REQUEST_RETURN_PATH_VERIFICATION_FOR_DOMAINRequest DNS Verification for Return-Path

Request DNS Verification for Return-Path

认证

需要 Connected Account

Tags

Domains API
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_DOMAINRequest DNS Verification for SPF

Request DNS Verification for SPF

认证

需要 Connected Account

Tags

Domains API
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_SENDER_SIGNATURERequest DNS Verification for SPF

Request DNS Verification for SPF

认证

需要 Connected Account

Tags

Sender Signatures API
Resend Signature Confirmation EmailPOSTMARK_RESEND_SENDER_SIGNATURE_CONFIRMATION_EMAILResend Signature Confirmation Email

Resend Signature Confirmation Email

认证

需要 Connected Account

Tags

Sender Signatures API
Rotate DKIM KeyPOSTMARK_ROTATE_DKIMKEY_FOR_DOMAINCreates a new DKIM key to replace your current key. Until the DNS entries are confirmed, the new values will be in the `DKIMPendingHost` and `DKIMPendingTextValue` fields. After the new DKIM value is verified in DNS, the pending values will migrate to `DKIMTextValue` and `DKIMPendingTextValue` and Postmark will begin to sign emails with the new DKIM key.

Creates a new DKIM key to replace your current key. Until the DNS entries are confirmed, the new values will be in the `DKIMPendingHost` and `DKIMPendingTextValue` fields. After the new DKIM value is verified in DNS, the pending values will migrate to `DKIMTextValue` and `DKIMPendingTextValue` and Postmark will begin to sign emails with the new DKIM key.

认证

需要 Connected Account

Tags

Domains API

Provider 资源