Resend
Resend overview & authentication
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.
Was this page helpful?