Agent♥︎Age
Catalog

me.sendable/sendable

Official

by gibrancorbin11-hub · JavaScript

Send transactional email from your editor — describe the event, Sendable writes and sends it.

me.sendable/sendable MCP Server

This MCP server enables sending transactional email from an editor. The system takes an event description; Sendable writes the corresponding message and sends it. It uses one integration flow where message types are identified as strings, with payload data provided for the event details.

🛠️ Key Features

  • Transactional email delivery via Sendable
  • Event-driven messaging: “describe the event” to generate/send the message
  • Message types provided as strings (e.g., order_shipped)
  • Uses TypeScript/JavaScript integration (npm i sendableme)

🚀 Use Cases

  • Order lifecycle notifications such as “order shipped”
  • Editor-triggered transactional messaging (send from your development environment)

⚡ Developer Benefits

  • Complete integration with a single send call
  • No templates to maintain (message words are generated around provided data)
  • Example payload fields include orderId and eta

⚠️ Limitations

  • Source material does not specify supported channels beyond transactional email, authentication details, or delivery guarantees
  • Tool count and full MCP tool list are not provided in the available data

Topics

emailmcpmcp-servernotificationssendabletransactional-emailtypescript
me.sendable/sendable - agentage MCP Catalog