---
title: "Send a test email through an account"
method: POST
path: "/tenants/{tenantId}/email/accounts/{instanceId}/test-send"
tags: ["EmailAccounts"]
---

# Send a test email through an account

`POST /tenants/{tenantId}/email/accounts/{instanceId}/test-send`

Sends a test message using the selected tenant email account. The path id is the email account software party id; the server resolves the stable `accountId` and dispatches through the tenant-scoped email service.

## Parameters

- `./platform-config-components.yml#/components/parameters/TenantId` — unresolved $ref
- `./platform-config-components.yml#/components/parameters/InstanceId` — unresolved $ref

## Request body

- EmailAccountTestSendRequest — unresolved $ref

## Response `202`

Test email accepted by the configured transport.

- EmailAccountTestSendResponse — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `404` — unresolved $ref

## Changes

- **2026-06-17** `f39de1a395fb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/platform-config-api/changes/tenants/:tenantId/email/accounts/:instanceId/test-send/post.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/platform-config-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/platform-config-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/platform-config-api/revisions/f0066c61ebdb/schema)
