Noketa Docs

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 noketa

Quick Start

import { Noketa } from "noketa";

const client = new Noketa(process.env.NOKETA_API_KEY!);

Continue with:

On this page