API ReferenceMissing Info Mailer API
Pub/Sub push callback for Gmail reply notifications
POST
/webhooks/email-replyAuthorization
pubsubOidc AuthorizationBearer <token>
Google Pub/Sub push OIDC token validated against PUBSUB_PUSH_AUDIENCE.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/webhooks/email-reply" \ -H "Content-Type: application/json" \ -d '{ "message": { "data": "string" } }'{ "status": "ok", "reason": "string"}{ "detail": "string"}{ "detail": "string"}