---
title: "Handle email delivery status events from SendGrid Event Webhook"
method: POST
path: "/outreach/sendgrid/webhook/email-status"
tags: ["Send Grid Webhook Resource"]
---

# Handle email delivery status events from SendGrid Event Webhook

`POST /outreach/sendgrid/webhook/email-status`

Receives email delivery status events (delivered, bounced, opened, clicked, etc.) from SendGrid's Event Webhook. This is a public endpoint that does not require authentication.

## Headers

- `tenant-id` string, required

## Request body

- string

## Response `200`

Webhook event processed successfully

## Other responses

- `400` — Bad Request - Invalid payload format
- `500` — Internal Server Error - Webhook processing failed

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
