list_relay_reactions
List recipient reactions (opens and clicks) for SMTP relay emails to track engagement. Filter by date range, recipient, reaction type, or sending ID for detailed delivery analytics.
Instructions
List recipient reactions (opens and clicks) for mail relay emails sent via SMTP relay. Use this to track engagement on relay-sent emails. For reactions on event-triggered transactional emails, use list_reactions instead. Filter by reaction type, recipient, relay sending ID, correlation IDs, or date range. Returns paginated HAL+JSON. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reactionType | No | Filter by reaction type | |
| No | Filter by recipient email | ||
| relaySendingId | No | Filter by relay sending ID | |
| correlationId1 | No | Custom correlation ID 1 | |
| correlationId2 | No | Custom correlation ID 2 | |
| correlationId3 | No | Custom correlation ID 3 | |
| 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) |