api_post_v2_email_check
Check email HTML layout for rendering issues: missing alt text, broken links, oversized images, unreachable links, and low color contrast. Use it to fix problems before sending.
Instructions
POST /api/v2/email/check — Проверить верстку
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Поле тела (пример: "HTML content") | |
| checks | No | Поле тела (пример: [{"category":"missingAltText"},{"category":"missingImageLink"},{"category":"missingCopyLink"},{"category":"overageImageWeight","limit":500},{"category":"unreachableWebLink"},{"category":"insufficientColorContrast"}]) | |
| dry_run | No | Показать запрос без отправки на API |