mailkite_deliver_to_route
Deliver stored messages to a webhook route, including messages that arrived before the route was created. Send up to 50 message IDs per request to trigger webhook delivery.
Instructions
POST stored messages to one webhook route — including messages that arrived BEFORE the route existed, which no retry can reach (a retry replays an existing delivery row, and a new route has none). Use listRouteCandidates to find what a route could be sent. Webhook routes only: a forward would re-send real mail to a third party and an agent would re-spend model tokens, so both answer 400 route_action. At most 50 ids per request; same per-id results contract as retryDeliveries. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter `id`. | |
| messageIds | Yes | Stored messages (msg_…) to deliver to this route's webhook, in any order. |