---
title: "Send training completion email with certificate"
method: POST
path: "/v1/training/send-completion-email"
tags: ["Training"]
---

# Send training completion email with certificate

`POST /v1/training/send-completion-email`

Send training completion email with certificate in Betayum. Record security awareness and HIPAA training completion status and generate completion certificates.

## Request body

- SendTrainingCompletionDto
  - `memberId` string, required — The member ID who completed training
  - `organizationId` string — Organization ID (deprecated — use auth context)

## Response `200`

Email sent or reason why it was not sent

- SendTrainingCompletionResponseDto
  - `sent` boolean, required — Whether the email was sent
  - `reason` string — Reason if email was not sent

## Changes

- **2026-03-05** `946edaa856a9` — 1 warning, 2 info
  - deleted the `header` request parameter `x-internal-token`
  - the endpoint scheme security `apikey` was added to the API
  - the request property `organizationId` became optional

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/training/send-completion-email/post.md)

---

[API](https://skmtc.dev/om-network/apis/betayum-api.md) · [All operations](https://skmtc.dev/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
