@tpmjs/tools-resend
Send or schedule a previously created broadcast.
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:46 AM
Test @tpmjs/tools-resend (sendBroadcast) 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 { sendBroadcast } from '@tpmjs/tools-resend';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { sendBroadcast } from '@tpmjs/tools-resend';
const result = await generateText({
model: openai('gpt-4o'),
tools: { sendBroadcast },
prompt: 'Your prompt here...',
});
console.log(result.text);(broadcast_id: string, scheduled_at?: string) => Promise<unknown>Available configuration options
broadcast_idstringThe broadcast ID to send.
scheduled_atstringISO 8601 datetime or natural language to schedule.
Schema extracted: 2/27/2026, 4:19:45 AM
ERROR: No README data found!
Downloads/month
110
GitHub Stars
0
Quality Score