Integrations

SendGrid Skills

Route SendGrid sending and inbound-email tasks to the matching setup and implementation guide.

What it does

Route SendGrid email tasks to the appropriate feature guide: `send-email` for transactional messages, notifications, simple sends, and dynamic templates, or `sendgrid-inbound` for Inbound Parse Webhooks, MX setup, and incoming-email parsing. Common setup stores `SENDGRID_API_KEY` in an environment variable; SDK installation details live in `send-email`.

When to use it

  • Transactional receipts and password resets
  • Notification emails with dynamic templates
  • Inbound Parse Webhook configuration
  • MX setup for programmatic email intake

The skill document

SendGrid

Overview

SendGrid is an email platform for developers. This skill routes to feature-specific sub-skills.

Sub-Skills

FeatureSkillUse When
Sending emailssend-emailTransactional emails, notifications, simple sends, dynamic templates
Receiving emailssendgrid-inboundInbound Parse Webhook, MX record setup, parsing incoming email

Common Setup

API Key

Store in environment variable:

export SENDGRID_API_KEY=SG.xxxxxxxxx

SDK Installation

See send-email skill for installation instructions across supported languages.

When to use SendGrid vs other services

What's your use case?
├─ Transactional emails (receipts, notifications, password resets)
│  └─ SendGrid (send-email) ✅
├─ Marketing campaigns / bulk email
│  └─ Consider SendGrid Marketing Campaigns (outside this skill)
├─ Receiving emails programmatically
│  └─ SendGrid Inbound Parse (sendgrid-inbound) ✅
└─ Simple SMTP relay
   └─ SendGrid SMTP (outside this skill)

Resources

Questions people ask

Can it help with both sending and receiving email?
Yes. It routes outbound transactional email work to `send-email` and programmatic inbound email work to `sendgrid-inbound`.
What SendGrid setup does it cover?
The common setup uses a `SENDGRID_API_KEY` environment variable. For inbound mail, the routed guide covers Inbound Parse Webhooks, MX record setup, and parsing incoming email.
Does it cover marketing campaigns or SMTP relay?
No. SendGrid Marketing Campaigns and simple SMTP relay are explicitly outside its scope.

Related skills

Send email and manage SendGrid contacts, templates, suppressions, senders, and statistics through its v3 API.

118 installs5 stars

Manage Constant Contact contacts, campaigns, lists, segments, and analytics through the V3 API.

213 installs3 stars

Manage Instantly campaigns, leads, sending accounts, inbox email, and analytics through API v2.

68 installs4 stars

Read and manage Outlook mail, folders, calendars, and contacts through Microsoft Graph.

771 installs46 stars

Manage ClickFunnels 2.0 contacts, products, orders, courses, forms, fulfillments, images, and webhooks via API.

147 installs3 stars

Manage beehiiv publications, subscribers, fields, segments, tiers, and automations through a managed OAuth API.

95 installs6 stars