Skip to main content
POST
Send Email for Invoice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

The idempotency key that will be used to ensure the request is only performed once

Path Parameters

company_id
string
required

The company ID with the prefix 'cmp_'.

uuid
string
required

The resource UUID

Body

application/json
attach_pdf
boolean
cc_emails
string[] | null
Example:
emails
string[] | null
Example:
message
string

Response

200 - application/json

OK

success
boolean