list_relay_sendings
List emails sent via Inxmail SMTP relay to track application delivery. Filter by recipient, correlation ID, or date range for monitoring gateway sendings and troubleshooting.
Instructions
List mail relay sendings — emails sent via Inxmail's SMTP relay (not event-triggered). Mail relay is used when your application sends emails through Inxmail as an SMTP gateway. Use list_sendings for event-triggered transactional emails instead. Filter by recipient, correlation IDs, or date range. Returns paginated HAL+JSON. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by recipient email | ||
| correlationId1 | No | Custom correlation ID 1 | |
| correlationId2 | No | Custom correlation ID 2 | |
| correlationId3 | No | Custom correlation ID 3 | |
| 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) |