Delivery Status
Checks and processes bounce messages and delivery failures.
POST /api/agents/email/deliveryStatus
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"limit": 20
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
limit | number | No | Max emails to check (default: 20). |
since_date | string | No | ISO date string to filter emails. |
Response
Returns statistics on processed bounces and triggered invalidation workflows.
Last updated on