---
title: "Trigger Deliverability Report"
method: POST
path: "/api/internal/outreach/deliverability-report"
tags: ["OutreachInternal"]
---

# Trigger Deliverability Report

`POST /api/internal/outreach/deliverability-report`

Build the daily deliverability snapshot (recipient-ESP + ESP-match cuts,
each for a 7d and a 24h window) and post it to ``#notifications``.

The recipient-ESP resolution is heavy (~3 min over ~400k sends) so it runs
in a worker thread, off the event loop; the cron curls with a long ``-m``
and the CronJob's ``activeDeadlineSeconds`` bounds the pod. Best-effort —
never raises into the cron.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
