Open Connector
All 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

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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 Domain

Create a Domain

Authentication

Connected account required

Tags

Domains API
Create a Sender SignaturePOSTMARK_CREATE_SENDER_SIGNATURECreate a Sender Signature

Create a Sender Signature

Authentication

Connected account required

Tags

Sender Signatures API
Create a ServerPOSTMARK_CREATE_SERVERCreate a Server

Create a Server

Authentication

Connected account required

Tags

Server Management API
Delete a DomainPOSTMARK_DELETE_DOMAINDelete a Domain

Delete a Domain

Authentication

Connected account required

Tags

Domains API
Delete a Sender SignaturePOSTMARK_DELETE_SENDER_SIGNATUREDelete a Sender Signature

Delete a Sender Signature

Authentication

Connected account required

Tags

Sender Signatures API
Delete a ServerPOSTMARK_DELETE_SERVERDelete a Server

Delete a Server

Authentication

Connected account required

Tags

Server Management API
Update a DomainPOSTMARK_EDIT_DOMAINUpdate a Domain

Update a Domain

Authentication

Connected account required

Tags

Domains API
Update a Sender SignaturePOSTMARK_EDIT_SENDER_SIGNATUREUpdate a Sender Signature

Update a Sender Signature

Authentication

Connected account required

Tags

Sender Signatures API
Edit a ServerPOSTMARK_EDIT_SERVER_INFORMATIONEdit a Server

Edit a Server

Authentication

Connected account required

Tags

Server Management API
Get a DomainPOSTMARK_GET_DOMAINGet a Domain

Get a Domain

Authentication

Connected account required

Tags

Domains API
Get a Sender SignaturePOSTMARK_GET_SENDER_SIGNATUREGet a Sender Signature

Get a Sender Signature

Authentication

Connected account required

Tags

Sender Signatures API
Get a ServerPOSTMARK_GET_SERVER_INFORMATIONGet a Server

Get a Server

Authentication

Connected account required

Tags

Server Management API
List DomainsPOSTMARK_LIST_DOMAINSList Domains

List Domains

Authentication

Connected account required

Tags

Domains API
List Sender SignaturesPOSTMARK_LIST_SENDER_SIGNATURESList Sender Signatures

List Sender Signatures

Authentication

Connected account required

Tags

Sender Signatures API
List serversPOSTMARK_LIST_SERVERSList servers

List servers

Authentication

Connected account required

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

Authentication

Connected account required

Tags

Templates API
Request DNS Verification for DKIMPOSTMARK_REQUEST_DKIM_VERIFICATION_FOR_DOMAINRequest DNS Verification for DKIM

Request DNS Verification for DKIM

Authentication

Connected account required

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.

Authentication

Connected account required

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

Authentication

Connected account required

Tags

Domains API
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_DOMAINRequest DNS Verification for SPF

Request DNS Verification for SPF

Authentication

Connected account required

Tags

Domains API
Request DNS Verification for SPFPOSTMARK_REQUEST_SPFVERIFICATION_FOR_SENDER_SIGNATURERequest DNS Verification for SPF

Request DNS Verification for SPF

Authentication

Connected account required

Tags

Sender Signatures API
Resend Signature Confirmation EmailPOSTMARK_RESEND_SENDER_SIGNATURE_CONFIRMATION_EMAILResend Signature Confirmation Email

Resend Signature Confirmation Email

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Domains API

Provider resources