@tpmjs/tools-resend
Update tracking and TLS settings for a domain.
Rate limit exceeded: Too many requests. You can only make 2 requests per second. See rate limit response headers for more information. Or contact support to increase rate limit.
Last checked: 2/27/2026, 4:19:40 AM
Test @tpmjs/tools-resend (updateDomain) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-resendpnpm add @tpmjs/tools-resendyarn add @tpmjs/tools-resendbun add @tpmjs/tools-resenddeno add npm:@tpmjs/tools-resendimport { updateDomain } from '@tpmjs/tools-resend';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { updateDomain } from '@tpmjs/tools-resend';
const result = await generateText({
model: openai('gpt-4o'),
tools: { updateDomain },
prompt: 'Your prompt here...',
});
console.log(result.text);(domain_id: string, tls?: string, open_tracking?: boolean, click_tracking?: boolean) => Promise<unknown>Available configuration options
domain_idstringThe domain ID to update.
click_trackingbooleanEnable or disable click tracking.
open_trackingbooleanEnable or disable open tracking.
tlsstringTLS mode: "opportunistic" or "enforced".
Schema extracted: 2/27/2026, 4:19:39 AM
ERROR: No README data found!
Downloads/month
110
GitHub Stars
0
Quality Score