---
title: "Send Meeting Booked Email Endpoint"
method: POST
path: "/developer/send-meeting-booked-email"
tags: ["Developer", "Developer - Email"]
---

# Send Meeting Booked Email Endpoint

`POST /developer/send-meeting-booked-email`

Send a meeting booked notification email for a specific meeting.

This endpoint is restricted to developer users only.
Replicates the same email that is sent automatically via the Celery task
when a meeting is booked, but sends it synchronously to the provided email address.

## Request body

- SendMeetingBookedEmailRequest — Request to send a meeting booked notification email
  - `meeting_id` string, uuid, required — The meeting ID to send the notification for
  - `recipient_email` string, required — Email address to send the notification to

## Response `200`

Successful Response

- SendMeetingBookedEmailResponse — Response from sending a meeting booked notification email
  - `message` string, required — Status message
  - `success` boolean, required — Whether the email was sent successfully

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
