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 2. Add webhook: SendGrid Console Settings Inbound Parse Add Host & URL 3. Choose mode: Parsed (default) or Raw Subdomain recommended: Use to avoid disrupting existing email on . --- Parsed Mode (Default) SendGrid extracts fields and POSTs them as form data: | Field | Description | |-------|-------------| | | Sender addre…