Postmark
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.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | 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: "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 AccountTags
Create a Sender SignaturePOSTMARK_CREATE_SENDER_SIGNATURECreate a Sender Signature需要连接
Create a Sender Signature
认证
需要 Connected AccountTags
Create a ServerPOSTMARK_CREATE_SERVERCreate a Server需要连接
Create a Server
认证
需要 Connected AccountTags
Delete a DomainPOSTMARK_DELETE_DOMAINDelete a Domain需要连接
Delete a Domain
认证
需要 Connected AccountTags
Delete a Sender SignaturePOSTMARK_DELETE_SENDER_SIGNATUREDelete a Sender Signature需要连接
Delete a Sender Signature
认证
需要 Connected AccountTags
Delete a ServerPOSTMARK_DELETE_SERVERDelete a Server需要连接
Delete a Server
认证
需要 Connected AccountTags
Update a DomainPOSTMARK_EDIT_DOMAINUpdate a Domain需要连接
Update a Domain
认证
需要 Connected AccountTags
Update a Sender SignaturePOSTMARK_EDIT_SENDER_SIGNATUREUpdate a Sender Signature需要连接
Update a Sender Signature
认证
需要 Connected AccountTags
Edit a ServerPOSTMARK_EDIT_SERVER_INFORMATIONEdit a Server需要连接
Edit a Server
认证
需要 Connected AccountTags
Get a DomainPOSTMARK_GET_DOMAINGet a Domain需要连接
Get a Domain
认证
需要 Connected AccountTags
Get a Sender SignaturePOSTMARK_GET_SENDER_SIGNATUREGet a Sender Signature需要连接
Get a Sender Signature
认证
需要 Connected AccountTags
Get a ServerPOSTMARK_GET_SERVER_INFORMATIONGet a Server需要连接
Get a Server
认证
需要 Connected AccountTags
List DomainsPOSTMARK_LIST_DOMAINSList Domains需要连接
List Domains
认证
需要 Connected AccountTags
List Sender SignaturesPOSTMARK_LIST_SENDER_SIGNATURESList Sender Signatures需要连接
List Sender Signatures
认证
需要 Connected AccountTags
List serversPOSTMARK_LIST_SERVERSList servers需要连接
List servers
认证
需要 Connected AccountTags
Push templates from one server to anotherPOSTMARK_PUSH_TEMPLATESPush templates from one server to another需要连接
Push templates from one server to another
认证
需要 Connected AccountTags
Request DNS Verification for DKIMPOSTMARK_REQUEST_DKIM_VERIFICATION_FOR_DOMAINRequest DNS Verification for DKIM需要连接
Request DNS Verification for DKIM
认证
需要 Connected AccountTags
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 AccountTags
Request DNS Verification for Return-PathPOSTMARK_REQUEST_RETURN_PATH_VERIFICATION_FOR_DOMAINRequest DNS Verification for Return-Path需要连接
Request DNS Verification for Return-Path
认证
需要 Connected AccountTags
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_DOMAINRequest DNS Verification for SPF需要连接
Request DNS Verification for SPF
认证
需要 Connected AccountTags
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_SENDER_SIGNATURERequest DNS Verification for SPF需要连接
Request DNS Verification for SPF
认证
需要 Connected AccountTags
Resend Signature Confirmation EmailPOSTMARK_RESEND_SENDER_SIGNATURE_CONFIRMATION_EMAILResend Signature Confirmation Email需要连接
Resend Signature Confirmation Email
认证
需要 Connected AccountTags
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 AccountTags