---
title: "Gmail Push Notification"
method: POST
path: "/api/v1/webhooks/gmail/push"
tags: ["webhooks"]
---

# Gmail Push Notification

`POST /api/v1/webhooks/gmail/push`

Receive Gmail push notifications via Google Pub/Sub.

Must respond 200 within 10 seconds. All processing is async via Celery.

## Request body

- PubSubPush
  - `message` PubSubMessage, required
    - `data` string, required
    - `messageId` string, nullable
    - `publishTime` string, nullable
  - `subscription` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
