list_reactions
Track transactional email engagement by retrieving recipient opens and clicks. Filter reactions by date range, recipient, event, or sending ID to analyze user interactions and response metrics.
Instructions
List recipient reactions (opens and clicks) for transactional emails. Use this to track engagement — who opened or clicked links in event-triggered emails. Filter by reaction type, recipient, event, sending, or date range. For mail relay reactions, use list_relay_reactions instead. Returns paginated HAL+JSON with reaction type, timestamp, and recipient details. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reactionType | No | Filter by reaction type | |
| event | No | Filter by event type ID | |
| eventId | No | Filter by transaction ID | |
| mailingId | No | Filter by mailing ID | |
| sendingId | No | Filter by sending ID | |
| customerId | No | Filter by customer ID | |
| No | Filter by recipient email | ||
| trackingHash | No | Filter by tracking hash | |
| 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) |