---
title: "Send results in email"
method: POST
path: "/reservations.email"
tags: ["Reservations"]
deprecated: true
---

# Send results in email

`POST /reservations.email`

> **Deprecated.**

Use this request to export a custom list of reservations in an Email. Results are limited to 250 reservations per a request.

## Query parameters

- `filters` object[]
  - `field` string — Subject of the filter
  - `operator` string — Enhanced MongoDB comparison operator: $eq, $not, $contains, $notcontains, $gt, $lt, $between **IMPORTANT NOTE:** In order to use the $between operator please check the syntax of the example below: `[{"field":"checkIn", "operator":"$between","from":"2023-03-02T00:00:00%2B01:00","to":"2023-03-02T23:59:59%2B01:00"}]`
  - `value` string — Value to filter by
  - `context` string — Optional preprocessing. Options are now, createdAt, confirmedAt, canceledAt, alteredAt. When given, the date in value is relative to the context.
- `fields` string
- `sort` string
- `limit` integer
- `skip` integer

## Request body

- object
  - `to` string, required — Address of recipient

## Response `200`

Array of reservations objects

## Other responses

- `401` — Unauthorized
- `500` — Unhandled exception. Something went wrong on server.

---

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