SendGrid is a cloud-based SMTP provider that allows you to send email without having to maintain email servers. With our SendGrid integration you can send email campaigns, transactional emails, and automated emails (drip campaigns) from your app.
To get started with our SendGrid integration, you need to install the @trigger.dev/sendgrid
packages. You can do this using npm
, pnpm
, or yarn
:
SendGrid supports API Keys. Official documentation here.
Once you have set up a SendGrid client, you can use it to create tasks.
Send emails with SendGrid.
Check out pre-built jobs using SendGrid in our API section.