internal
Notify Email
Email-only dispatch for notifications Modal already inserted.
The modal-side producers (security crons, signals cron) insert their notification rows directly with one-unread-per-repo dedupe and then hit this endpoint, so the insert never depends on API availability while email rendering and Resend config stay backend-side. Callers only invoke it after a successful (non-deduped) insert, which is what keeps email volume bounded by the dedupe.
post/internal/notifications/email
Headers
x-service-tokenstring required
Request body
Response
Successful Response
{"stackTrail":"paths:/internal/notifications/email:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.