Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsEmail

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 }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
limitnumberNoMax emails to check (default: 20).
since_datestringNoISO date string to filter emails.

Response

Returns statistics on processed bounces and triggered invalidation workflows.

Last updated on