Skip to content

Sentroy-Co/client-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentroy

Sentroy Client SDKs

Official client SDKs for the Sentroy platform API.
API Documentation · sentroy.com


Available SDKs

Language Package Install
TypeScript / Node.js @sentroy-co/client-sdk npm install @sentroy-co/client-sdk
Go github.com/Sentroy-Co/client-sdk/go go get github.com/Sentroy-Co/client-sdk/go
Python sentroy-client-sdk pip install sentroy-client-sdk
PHP sentroy-co/client-sdk composer require sentroy-co/client-sdk
cURL Examples

Features

All SDKs provide the same API surface:

  • Domains — List and retrieve verified domains
  • Mailboxes — List mailbox accounts
  • Templates — List and retrieve email templates
  • Inbox — Read messages, list folders, manage threads, move/delete
  • Send — Send emails with templates or raw HTML

Authentication

All SDKs authenticate via Access Tokens. Create one from Admin > Access Tokens in your Sentroy dashboard.

Authorization: Bearer stk_...

Documentation

Each SDK has its own README with detailed installation and usage instructions:

For AI Agents

Plain-text documentation links for LLM/agent consumption:

https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/typescript/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/go/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/python/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/php/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/curl/README.md

License

MIT

About

Sentroy E-mail Client SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors