twilio-sendgrid-inbound-parse

Installation
SKILL.md

Overview

Inbound Parse converts incoming email into HTTP POST requests to your webhook endpoint. SendGrid receives the email at your domain's MX records and forwards the parsed content to your application.


Setup

  1. Configure MX records: Point your domain (or subdomain) to mx.sendgrid.net
  2. Add webhook: SendGrid Console > Settings > Inbound Parse > Add Host & URL
  3. Choose mode: Parsed (default) or Raw

Subdomain recommended: Use inbound.yourdomain.com to avoid disrupting existing email on yourdomain.com.


Parsed Mode (Default)

SendGrid extracts fields and POSTs them as form data:

Installs
56
Repository
twilio/ai
GitHub Stars
22
First Seen
May 13, 2026
twilio-sendgrid-inbound-parse — twilio/ai