@tpmjs/tools-postmark
Push templates from one server to another.
Test @tpmjs/tools-postmark (pushTemplates) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-postmarkpnpm add @tpmjs/tools-postmarkyarn add @tpmjs/tools-postmarkbun add @tpmjs/tools-postmarkdeno add npm:@tpmjs/tools-postmarkimport { pushTemplates } from '@tpmjs/tools-postmark';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { pushTemplates } from '@tpmjs/tools-postmark';
const result = await generateText({
model: openai('gpt-4o'),
tools: { pushTemplates },
prompt: 'Your prompt here...',
});
console.log(result.text);(PerformChanges: boolean, SourceServerID: number, DestinationServerID: number) => Promise<unknown>Available configuration options
SourceServerIDnumberSource server ID.
DestinationServerIDnumberDestination server ID.
PerformChangesbooleanSet to true to apply changes, false for dry-run preview.
Schema extracted: 3/1/2026, 4:27:31 AM
ERROR: No README data found!
Downloads/month
178
GitHub Stars
14
Quality Score