buchida
v0.1.3
Published
Official Node.js SDK for buchida email API
Readme
buchida 是为 AI 代理打造的邮件 API 的官方 Node.js SDK。buchida 提供 CLI、MCP 服务器和 5 种语言的 SDK (Node、Python、Go、Ruby、Java),所有这些都共享相同的 REST API 表面。@buchida/email 模板原生渲染韩语、日语和中文。
安装
npm install buchida发送您的第一封邮件
import { Buchida } from "buchida";
const buchida = new Buchida(process.env.BUCHIDA_API_KEY);
await buchida.emails.send({
from: "[email protected]",
to: "[email protected]",
subject: "你好",
html: "<h1>欢迎</h1>",
});文档
完整文档: buchida.com/docs
- API 参考: https://buchida.com/docs/api-reference
- 快速入门指南: https://buchida.com/docs/quickstart
- CJK 邮件模板: https://buchida.com/docs/templates
- MCP 服务器设置: https://buchida.com/docs/mcp
- CLI 参考: https://buchida.com/docs/cli
链接
- 网站: buchida.com
- 文档: buchida.com/docs
- 定价: buchida.com/pricing
- GitHub: https://github.com/Vyblor/buchida-node
许可证
MIT
