@senditly/node
v0.0.1-alpha-20260119152554
Published
Senditly SDK for node runtime
Readme
@senditly/node
Senditly SDK for node.
- https://senditly.ai/docs/api-references/transactional/#overview
Usage
Install
bun add @senditly/nodeImport
import SenditlyClient from "@senditly/node";
const client = new SenditlyClient({ apiKey: process.env.SENDITLY_API_KEY });Send Email
await client.transactional.send({
to: "[email protected]",
templateId: "xxxxx",
});