@tpmjs/tools-postmark
Search message click events across all messages.
Test @tpmjs/tools-postmark (searchMessageClicks) 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 { searchMessageClicks } from '@tpmjs/tools-postmark';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { searchMessageClicks } from '@tpmjs/tools-postmark';
const result = await generateText({
model: openai('gpt-4o'),
tools: { searchMessageClicks },
prompt: 'Your prompt here...',
});
console.log(result.text);(count: number, offset: number, tag?: string, city?: string, region?: string, os_name?: string, platform?: string, os_family?: string, recipient?: string, os_company?: string, client_name?: string, client_family?: string, messagestream?: string, client_company?: string) => Promise<unknown>Available configuration options
countnumberNumber of results (max 500).
offsetnumberNumber to skip.
recipientstringFilter by recipient.
tagstringFilter by tag.
client_namestringFilter by browser name.
client_companystringFilter by browser company.
client_familystringFilter by browser family.
os_namestringFilter by OS name.
os_familystringFilter by OS family.
os_companystringFilter by OS company.
platformstringFilter by platform.
regionstringFilter by region.
citystringFilter by city.
messagestreamstringMessage stream ID.
Schema extracted: 3/1/2026, 4:28:29 AM
ERROR: No README data found!
Downloads/month
178
GitHub Stars
14
Quality Score