Send a welcome email 45 minutes after signup
POST
request to https://api.resend.com/emails
with the following email parameters:
RESEND_API_KEY
in the Authorization
headeruser.email
in 45 minutes after signing up.
idempotency_key
to some combination of Jane’s unique ID with the name of the email template (e.g. jane.welcome
) to force any future scheduled emails with the same idempotency_key
to be ignored.