Resend
Resend overview & authentication
These are the docs for Trigger.dev v2 which will be deprecated on January 31st, 2025. You probably want the v3 docs.
Overview
Resend is the email API for developers. With our Resend integration you can send email campaigns, transactional emails, and automated emails (drip campaigns) from your app.
Installing the Resend packages
To get started with our Resend integration, you need to install the @trigger.dev/resend
packages. You can do this using npm
, pnpm
, or yarn
:
Authentication
Resend supports API Keys. Official documentation here.
Tasks
Once you have set up a Resend client, you can use it to create tasks.
Tasks
Send emails with Resend.
Example jobs
Code examples
Check out pre-built jobs using Resend in our API section.