list_complaints
Retrieve feedback loop complaints to identify recipients who marked transactional emails as spam. Filter by date, email, or sending ID to analyze deliverability issues.
Instructions
List feedback loop complaints for transactional emails. Complaints occur when recipients mark emails as spam via their email provider. Use this to identify recipients who reported transactional emails as unwanted. For mail relay complaints, use list_relay_complaints instead. Returns paginated HAL+JSON with complaint type, email, and timestamps. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| complaintType | No | Filter by complaint type (e.g. feedbackloop) | |
| event | No | Filter by event type ID | |
| eventId | No | Filter by transaction ID | |
| sendingId | No | Filter by sending ID | |
| customerId | No | Filter by customer ID | |
| No | Filter by recipient email | ||
| 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) |