list_blocklist
Retrieve email addresses automatically blocked due to hard bounces in Inxmail. Filter by block date range and paginate results to identify delivery failures and review blocked contacts.
Instructions
List email addresses automatically blocked due to hard bounces. The blocklist is managed by Inxmail — addresses are added automatically when a hardbounce occurs. Unlike the blacklist (manually managed), blocklist entries reflect delivery failures. Use get_blocklist_entry to check a specific email, or check_email_blocked for a combined check. Returns paginated HAL+JSON with email and block date. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| begin | No | ISO 8601 start date for block date range | |
| end | No | ISO 8601 end date for block date range | |
| size | No | Page size (max 500, default 200) | |
| page | No | Page number (default 0) |