Send high-volume emails with a single prompt. SendGrid is an email delivery platform by Twilio that handles transactional messages, marketing campaigns, and analytics at scale. Connect it to Rocket and describe the email flow you want in chat. Rocket generates the complete sending logic: templates, API calls, event tracking, and delivery management.You need a Rocket account and a SendGrid account with a verified sender identity.
What you can use it for
Transactional emails
Transactional emails
Send password resets, order confirmations, invoices, and account verification emails triggered by user actions.Try this prompt:Rocket creates: email template, SendGrid API call, dynamic data injection from your database.
Marketing campaigns
Marketing campaigns
Send promotional emails, product announcements, and seasonal campaigns to segmented audiences.Try this prompt:Rocket creates: campaign composer UI, contact list selector, SendGrid campaign API integration.
Email templates with dynamic content
Email templates with dynamic content
Create reusable email templates with personalized fields like names, order numbers, and custom data.Try this prompt:Rocket creates: dynamic template setup, signup trigger, personalized content injection.
Analytics and delivery tracking
Analytics and delivery tracking
Track open rates, click rates, bounces, and delivery status for every email you send.Try this prompt:Rocket creates: analytics dashboard UI, SendGrid stats API integration, date filtering.
Newsletter signup and delivery
Newsletter signup and delivery
Quick start
Get your SendGrid API key
Go to the SendGrid Dashboard, click Create API Key, give it a name, and copy the key. You also need to verify a sender identity under Settings > Sender Authentication.
Connect in chat
Open any Rocket project and type:Paste your API key when prompted. Rocket builds the email flow instantly.
Detailed setup
Get your SendGrid API key
Open SendGrid’s documentation to learn how to create your API key.
To generate an API key:
- Log in to SendGrid and go to Settings > API Keys.
- Click Create API Key.
- Add a name and choose permissions (Full Access or Restricted), then confirm.
- Copy the key. You will paste it into Rocket in the next step.
- Web Browser
- Mobile App
Connect SendGrid to Rocket
Connect SendGrid to Rocket
There are two ways to connect SendGrid to Rocket:Method 1: Use Rocket Chat (fastest)
-
In any project, open the chat panel and type something like:
Connect my SendGrid account to: -
Send a password reset email to users. -
Set up order confirmation emails. - You will see a popup appear where you can paste and save your API key instantly.
- Open any project and go to Integrations.
- Click the SendGrid card.
When you connect SendGrid from Project Settings, Rocket will not automatically create email flows.
After saving your key, describe the email flow you want in chat for Rocket to implement it.
Prompt cookbook
Copy-paste these prompts after connecting SendGrid to build common email flows:| Use case | Prompt |
|---|---|
| Order confirmation | Send an order confirmation email through SendGrid when a user completes checkout. Include order total and items. |
| Password reset | Add a forgot-password flow that sends a reset link via SendGrid with a 15-minute expiration. |
| Welcome email | Send a welcome email through SendGrid when a new user signs up, with a getting-started guide. |
| Marketing campaign | Build an admin page where I can compose and send a marketing email to a SendGrid contact list. |
| Weekly digest | Send a weekly digest email every Monday with the user's activity summary from the past week. |
| Abandoned cart | Send an abandoned cart reminder email 2 hours after a user leaves items in their cart. |
| Invoice email | Generate a PDF invoice and email it through SendGrid after each successful Stripe payment. |
| Re-engagement | Send a re-engagement email to users who have not logged in for 30 days. |
| Event invitation | Send an event invitation email with RSVP buttons that update the user's response in Supabase. |
| Shipping notification | Send a shipping notification email with tracking number and estimated delivery date. |
Tips and limitations
- Verify your sender identity first. SendGrid requires domain authentication or single-sender verification before you can send emails. Complete this in SendGrid Settings before connecting.
- SendGrid vs. Resend. SendGrid excels at high-volume sending and marketing campaigns. Resend is simpler for developer-focused transactional email. Choose based on your scale and needs.
- No permanent free tier. SendGrid offers a 60-day free trial for new accounts. After the trial, you need a paid plan to continue sending. Check SendGrid pricing for current plans.
- Manage contacts in SendGrid. You can add subscribers through Rocket, but deleting contacts and managing suppression lists must be done in the SendGrid dashboard.
- One SendGrid account per project. Each Rocket project connects to one SendGrid API key. Use different projects for different SendGrid accounts.
What’s next?
Supabase
Store user data and trigger emails based on database events and user actions.
Stripe
Send payment confirmations and invoice emails after Stripe transactions.
Resend
Compare with Resend for simpler transactional email needs.
Google Analytics
Track email campaign performance alongside your website analytics.

