---
title: "Send a quote by email"
method: POST
path: "/api/external/v2/quotes/{id}/send_by_email"
tags: ["Quotes"]
---

# Send a quote by email

`POST /api/external/v2/quotes/{id}/send_by_email`

This endpoint allows you to send a quote by email to your customer.
This requires that the PDF file for that document has been generated
(this process can take a few minutes), so if you just created
the quote in our system, we may return a 409 error. You should
retry the request in a few minutes - if you receive a 204 response, that means
that the email is on its way. For more information about email sending, please
read \[this guide\](https://pennylane.readme.io/v2.0/docs/sending-documents-by-email).


> ℹ️
> This endpoint requires the following scope: `quotes:all`

## Path parameters

- `id` integer, required

## Request body

- object
  - `recipients` string[] — Email recipients. If empty, the email will be sent to the recipient email addresses specified for the customer of this quote.

## Response `204`

Quote is being sent by email

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found
- `409` — Conflict with the current state of the target resource, such as when trying to create a resource that already exists.
- `422` — Unprocessable content

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
