โ† Back to Transportation
Transportation by @vince-winkintel

sendgrid-skills

Use when working with SendGrid email platform

0
Source Code

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