---
title: "POST /bookings/{booking_id}/system-emails/resend"
method: POST
path: "/bookings/{booking_id}/system-emails/resend"
tags: ["systemEmails"]
---

# POST /bookings/{booking_id}/system-emails/resend

`POST /bookings/{booking_id}/system-emails/resend`

Resend or forward an email from the System Emails tab on the reservation page

## Path parameters

- `booking_id` integer, required

## Request body

- ResendSystemEmailRequest
  - `first_name` string
  - `forward_email` string
  - `last_name` string
  - `service_id` string

## Response `204`

Everything went as planned

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/revisions/f0cf8f605ea0/schema)
