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).
6 lines
161 B
TypeScript
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';
|