Minimal Node.js script that sends a transactional message via @senderkit/sdk.
pnpm install # at the repo root
pnpm --filter @senderkit/sdk build
cd examples/node-basic
SENDERKIT_API_KEY=sk_test_… TO=you@example.com NAME=Anton pnpm startOptional env:
SENDERKIT_BASE_URL— override the API endpoint (e.g.http://localhost:3000when running the SenderKit backend locally).TO— recipient email (defaultuser@example.com).NAME—namevariable passed to thewelcometemplate.