Overview
Official JavaScript and TypeScript SDK for the Noketa API
noketa is the official JavaScript and TypeScript SDK for interacting with the Noketa API.
Use this SDK to:
- Create and update audience profiles through
profiles.create - Send transactional or campaign emails through
emails.send - Build safely with first-class TypeScript request and response types
Install
bun add noketaQuick Start
import { Noketa } from "noketa";
const client = new Noketa(process.env.NOKETA_API_KEY!);Continue with: