---
title: "Tracks email events from sendgrid."
method: POST
path: "/webhooks/sendgrid"
tags: ["webhook"]
---

# Tracks email events from sendgrid.

`POST /webhooks/sendgrid`

## Request body

- SendgridEmailEvent
  - `bounce_classification` string, nullable
  - `category` string
  - `email` string, email
  - `event` string
  - `reason` string
  - `sg_event_id` string
  - `sg_message_id` string
  - `smtp-id` string
  - `status` string
  - `timestamp` integer
  - `type` 'blocked' | 'bounce', nullable

## Response `200`

successful operation

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
