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.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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: "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 catalog
Available tools
23 callable operations
Create a DomainPOSTMARK_CREATE_DOMAINCreate a DomainConnection
Create a Domain
Authentication
Connected account requiredTags
Create a Sender SignaturePOSTMARK_CREATE_SENDER_SIGNATURECreate a Sender SignatureConnection
Create a Sender Signature
Authentication
Connected account requiredTags
Create a ServerPOSTMARK_CREATE_SERVERCreate a ServerConnection
Create a Server
Authentication
Connected account requiredTags
Delete a DomainPOSTMARK_DELETE_DOMAINDelete a DomainConnection
Delete a Domain
Authentication
Connected account requiredTags
Delete a Sender SignaturePOSTMARK_DELETE_SENDER_SIGNATUREDelete a Sender SignatureConnection
Delete a Sender Signature
Authentication
Connected account requiredTags
Delete a ServerPOSTMARK_DELETE_SERVERDelete a ServerConnection
Delete a Server
Authentication
Connected account requiredTags
Update a DomainPOSTMARK_EDIT_DOMAINUpdate a DomainConnection
Update a Domain
Authentication
Connected account requiredTags
Update a Sender SignaturePOSTMARK_EDIT_SENDER_SIGNATUREUpdate a Sender SignatureConnection
Update a Sender Signature
Authentication
Connected account requiredTags
Edit a ServerPOSTMARK_EDIT_SERVER_INFORMATIONEdit a ServerConnection
Edit a Server
Authentication
Connected account requiredTags
Get a DomainPOSTMARK_GET_DOMAINGet a DomainConnection
Get a Domain
Authentication
Connected account requiredTags
Get a Sender SignaturePOSTMARK_GET_SENDER_SIGNATUREGet a Sender SignatureConnection
Get a Sender Signature
Authentication
Connected account requiredTags
Get a ServerPOSTMARK_GET_SERVER_INFORMATIONGet a ServerConnection
Get a Server
Authentication
Connected account requiredTags
List DomainsPOSTMARK_LIST_DOMAINSList DomainsConnection
List Domains
Authentication
Connected account requiredTags
List Sender SignaturesPOSTMARK_LIST_SENDER_SIGNATURESList Sender SignaturesConnection
List Sender Signatures
Authentication
Connected account requiredTags
List serversPOSTMARK_LIST_SERVERSList serversConnection
List servers
Authentication
Connected account requiredTags
Push templates from one server to anotherPOSTMARK_PUSH_TEMPLATESPush templates from one server to anotherConnection
Push templates from one server to another
Authentication
Connected account requiredTags
Request DNS Verification for DKIMPOSTMARK_REQUEST_DKIM_VERIFICATION_FOR_DOMAINRequest DNS Verification for DKIMConnection
Request DNS Verification for DKIM
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Request DNS Verification for Return-PathPOSTMARK_REQUEST_RETURN_PATH_VERIFICATION_FOR_DOMAINRequest DNS Verification for Return-PathConnection
Request DNS Verification for Return-Path
Authentication
Connected account requiredTags
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_DOMAINRequest DNS Verification for SPFConnection
Request DNS Verification for SPF
Authentication
Connected account requiredTags
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_SENDER_SIGNATURERequest DNS Verification for SPFConnection
Request DNS Verification for SPF
Authentication
Connected account requiredTags
Resend Signature Confirmation EmailPOSTMARK_RESEND_SENDER_SIGNATURE_CONFIRMATION_EMAILResend Signature Confirmation EmailConnection
Resend Signature Confirmation Email
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags