通过托管 OAuth 调用 SendGrid v3 接口,发送邮件并管理联系人、模板与发件人。
集成
SendGrid Skills
把 SendGrid 请求路由到对应子技能:发送事务性邮件,或通过 Inbound Parse Webhook 接收邮件。
它能做什么
将 SendGrid 请求按功能路由到具体子技能。发送类任务(事务性邮件、通知、简单发送、动态模板)走 `send-email`,接收类任务(Inbound Parse Webhook、MX 记录配置、入站邮件解析)走 `sendgrid-inbound`。通用准备要求把 API Key 写入环境变量 `SENDGRID_API_KEY`。营销邮件和 SMTP 中继明确不在覆盖范围内,文档指引到 SendGrid 其他产品。
什么时候用它
- 发送收据、密码重置等事务性邮件
- 通过 Webhook 接收并解析入站邮件
- 为 SendGrid Inbound Parse 配置 MX 记录
技能文档
SendGrid
Overview
SendGrid is an email platform for developers. This skill routes to feature-specific sub-skills.
Sub-Skills
| Feature | Skill | Use When |
|---|---|---|
| Sending emails | send-email | Transactional emails, notifications, simple sends, dynamic templates |
| Receiving emails | sendgrid-inbound | Inbound 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
相关技能
通过统一认证入口管理 Constant Contact 的联系人、列表、营销活动、标签和分析数据。
通过托管认证调用 Instantly API v2,统一管理冷邮件活动、线索、发件账户与分析数据。
通过 Microsoft Graph 接入 Outlook,读取、发送、管理邮件、文件夹、日历事件和联系人,OAuth 由平台托管。
通过托管 OAuth 以编程方式访问 ClickFunnels 2.0 的联系人、商品、订单、课程、表单和 Webhook。
通过托管 OAuth 连接,管理 beehiiv 出版物、订阅者、帖子、自定义字段、用户分群、订阅分层与自动化流程。