@tpmjs/tools-postmark
Request removal of personal data.
Test @tpmjs/tools-postmark (createDataRemoval) 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 { createDataRemoval } from '@tpmjs/tools-postmark';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { createDataRemoval } from '@tpmjs/tools-postmark';
const result = await generateText({
model: openai('gpt-4o'),
tools: { createDataRemoval },
prompt: 'Your prompt here...',
});
console.log(result.text);(RequestedBy: string, RequestedFor: string, NotifyWhenCompleted?: boolean) => Promise<unknown>Available configuration options
RequestedBystringEmail of the person requesting removal.
RequestedForstringEmail address whose data should be removed.
NotifyWhenCompletedbooleanSend notification when complete.
Schema extracted: 2/28/2026, 4:02:09 AM
ERROR: No README data found!
Downloads/month
178
GitHub Stars
14
Quality Score