Send a templated message from a Node.js or TypeScript app. TheDocumentation Index
Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt
Use this file to discover all available pages before exploring further.
welcome template —
its subject, layout, and copy — lives in the SenderKit dashboard, so you wire up the
send call once and edit the wording later without a redeploy.
Get an API key
Create a key in the dashboard. Use an
sk_test_ key while you’re wiring things up — test keys never call your
providers — and switch to sk_live_ to send for real. The plaintext is shown
once at creation, so copy it then.Set the environment variable
Send a message
vars holds your template variables ({{name}}, and so on). Sends are
asynchronous: the call returns status: "queued" once SenderKit accepts the
message, and delivery happens out of band.What to read next
- Authentication — key types, scopes, and the curl contract.
- Messages — track delivery and status after a send.
Prefer the terminal or an AI assistant?
@senderkit/cli runs the same operations
from your shell, and the MCP server exposes them to AI agents.