Skip to main content
The open-source telentir/sdk repository ships the canonical TypeScript client for Telentir. It wraps authenticated REST endpoints, encrypted object helpers, billing, events, and domain repositories such as contacts, campaigns, or knowledge bases.

Install

Pick the crypto provider that matches your runtime:

Connect

Once connected, telentir exposes strongly typed repositories that mirror the server-side resources.

Key caching strategies

Reducing key exchanges drastically improves latency. Pick one of the built-in cache adapters:

Working with repositories

Contacts

Campaigns

Knowledge bases

Session calls

Billing & credits

Event stream

Next steps

  • Star or clone telentir/sdk to browse the full source, typings, and helper utilities.
  • Combine the SDK with the API Reference when you need endpoint details, response schemas, or encryption requirements.