---
title: "Send test email"
method: POST
path: "/sendTestEmail"
tags: ["Email"]
---

# Send test email

`POST /sendTestEmail`

Sends a test email with a sample PDF attachment to verify your email configuration. Rate limited to 25 emails per hour per automation.

## Request body

- object
  - `automationId` string, required — The automation ID.
  - `recipient` string, email, required — Email address to send the test to.

## Response `200`

Test email sent

- object
  - `success` boolean
  - `message` string
  - `rateLimit` object
    - `remaining` integer — Remaining test emails this hour.
    - `resetAt` string, date-time — When the rate limit resets.

## Other responses

- `400` — Invalid request parameters
- `429` — Rate limit exceeded (25 per hour per automation)

---

[API](https://skmtc.dev/docsautomator/apis/docsautomator-api.md) · [All operations](https://skmtc.dev/docsautomator/apis/docsautomator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsautomator/docsautomator-api/revisions/3ec829ff5817/schema)
