tpmjs/packages/tools/official/postmark/index.ts
Ajax Davis 0d30a9cabb feat(tools): add @tpmjs/tools-postmark with 82 Postmark API tools
Full Postmark email API coverage: send emails, manage templates,
bounces, domains, webhooks, message streams, stats, suppressions,
inbound rules, sender signatures, and data removals. Dual auth
with server token (60 tools) and account token (22 tools).
2026-02-06 22:14:37 +10:00

6 lines
161 B
TypeScript

/**
* Postmark Email API Tools for TPMJS
* Re-export all tools from src/index.ts
*/
export * from './src/index.js';
export { default } from './src/index.js';