send
Pack: postmark · Endpoint: https://gateway.pipeworx.io/postmark/mcp
Send a single email.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | yes | |
to | string | yes | |
subject | string | no | |
htmlbody | string | no | |
textbody | string | no | |
tag | string | no | |
replyto | string | no | |
cc | string | no | |
bcc | string | no | |
headers | array | no | |
trackopens | boolean | no | |
trackLinks | string | no | |
messagestream | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/postmark/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"send","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"postmark": {
"url": "https://gateway.pipeworx.io/postmark/mcp"
}
}
}
See Getting Started for client-specific install steps.