You're viewing a demo portfolio

Join the waitlist
PRSM

send

Active

Tool of Postmark

declared in 0.1.0

Send a single email.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "recipient@example.com",
      "from": "sender@example.com",
      "subject": "Welcome to our service",
      "htmlbody": "<html><body><p>Hello!</p></body></html>",
      "textbody": "Hello!"
    },
    {
      "to": "user@example.com",
      "tag": "order-confirmation",
      "from": "notifications@company.com",
      "replyto": "support@company.com",
      "subject": "Order confirmation",
      "htmlbody": "<html><body><p>Your order has been confirmed.</p></body></html>",
      "textbody": "Your order has been confirmed.",
      "trackLinks": "HtmlAndText",
      "trackopens": true
    }
  ],
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "cc": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "bcc": {
      "type": "string"
    },
    "tag": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "headers": {
      "type": "array"
    },
    "replyto": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "htmlbody": {
      "type": "string"
    },
    "textbody": {
      "type": "string"
    },
    "trackLinks": {
      "type": "string"
    },
    "trackopens": {
      "type": "boolean"
    },
    "messagestream": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Postmark

https://github.com/pipeworx-io/mcp-postmark

1/7 registries
View full server →