list_sendings
Retrieve event-triggered transactional email sendings to audit delivery history. Filter by recipient email, event type, customer ID, or date range. Returns paginated records with sending details for tracking and troubleshooting.
Instructions
List transactional email sendings (event-triggered emails only, not mail relay). Use this to audit which transactional emails were sent, to whom, and when. Filter by recipient email, event type, customer ID, or date range. For mail relay sendings, use list_relay_sendings instead. For a comprehensive delivery report including bounces and reactions, use check_email_delivery. Returns paginated HAL+JSON with sending details. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | Filter by event type ID | |
| eventId | No | Filter by transaction ID | |
| customerId | No | Filter by customer ID | |
| No | Filter by recipient email (case-insensitive) | ||
| begin | No | ISO 8601 start date | |
| end | No | ISO 8601 end date | |
| size | No | Page size (max 500, default 200) | |
| page | No | Page number (default 0) |