Skip to main content
POST
Send a quote via email

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

id
string<uuid>
required

The ID of the quote to send

Body

application/json
send_to
string<email>[]
required

Email of the receipient

email_title
string
required
Example:

"Invoice for inventory stock"

copy_to_self
boolean
default:true

Whether to copy/send the client invoice to the authenticated user

email_body
string
Example:

"Here's the invoice for the inventory stock"

Response

Email was sent successfully