POST
/
api
/
external
/
v2
/
quotes
/
{id}
/
send_by_email
Send a quote by email
curl --request POST \
  --url https://app.pennylane.com/api/external/v2/quotes/{id}/send_by_email \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "recipients": [
    "audit@company.com"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

Body

application/json

Response

204

Quote is being sent by email