send_batch
ActiveTool of Postmark
declared in 0.1.0
Send up to 500 emails.
Parameters schema
{
"type": "object",
"examples": [
{
"emails": [
{
"to": "user1@example.com",
"from": "sender@example.com",
"subject": "Batch email 1",
"textbody": "Hello user 1"
},
{
"to": "user2@example.com",
"from": "sender@example.com",
"subject": "Batch email 2",
"textbody": "Hello user 2"
}
]
}
],
"required": [
"emails"
],
"properties": {
"emails": {
"type": "array"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Postmark
https://github.com/pipeworx-io/mcp-postmark
1/7 registries