---
title: "Send a digest now"
canonical: https://docs.mentio.dev/api/alerts/run-alert-digest
markdown: https://docs.mentio.dev/api/alerts/run-alert-digest.mdx
---

# Send a digest now

`POST /v1/alerts/{id}/run`

## Parameters

- `id` (path, required): Alert id (feed_...).

## Responses

- 200: The digest for the rule's own period (the last day, or the last week) was sent now (the scheduled one still runs)
- 400: Only daily and weekly rules have a digest
- 401: Missing or invalid API key
- 404: Rule not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
