---
title: "Remind / message event attendees"
method: POST
path: "/Event/Attendees/Remind"
tags: ["Event"]
---

# Remind / message event attendees

`POST /Event/Attendees/Remind`

**Requires permission:** *StaffMember*

Emails/notifies the attendees of an event whose type is in AttendeeTypes, as a reminder or thank-you message. Only an owner of the event may send.

## Request body

- PostRemindAttendeesRequest
  - `eventId` integer
  - `message` string, nullable
  - `attendeeTypes` AttendeeType[]
  - `messageType` 0 | 1

## Response `200`

Attendees Emailed

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
