---
title: "Sendgrid Event Webhook"
method: POST
path: "/api/sendgrid/event_webhook/receive"
---

# Sendgrid Event Webhook

`POST /api/sendgrid/event_webhook/receive`

Webhook for the SendGrid event webhook, which posts events in batches.

SendGrid retries a batch for 24 hours unless it gets a 2xx, so the batch is
recorded before answering; a malformed body gets FastAPI's automatic 422 and
is retried.

https://docs.sendgrid.com/for-developers/tracking-events/getting-started-event-webhook-security-features

## Request body

- object[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/versemedical/apis/fastapi.md) · [All operations](https://skmtc.dev/versemedical/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/versemedical/fastapi/revisions/2fa122a248bb/schema)
