Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { Resend } from 'resend'; const resend = new Resend('re_xxxxxxxxx'); const { data, error } = await resend.events.update('user.created', { schema: { plan: 'string', trial: 'boolean', }, });
{ "object": "event", "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }
Update an existing event schema.
null
string
number
boolean
date
Was this page helpful?