---
title: "Sends quote to a customer"
method: POST
path: "/quote/send/{quoteId}/{quoteKey}"
tags: ["Quote"]
---

# Sends quote to a customer

`POST /quote/send/{quoteId}/{quoteKey}`

## Path parameters

- `quoteId` integer, required
- `quoteKey` string, required

## Request body

- QuoteSendRQ — Quote send request model
  - `email` string, nullable — Email address of recipient
  - `name` string, nullable — Name of recipient
  - `message` string, nullable — Message

## Response `200`

OK

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
