Skip to main content
POST
Email a Draft invoice

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Headers

Idempotency-Key
string

Optional opt-in idempotency token. When supplied, a retry carrying the same key replays the original stored response (with an Idempotent-Replay: true header) instead of queueing another email. Omit it to disable the guard for this request.

Path Parameters

invoiceId
integer
required

ID of the Draft invoice to email

Response

The email was queued for at least one recipient. A partial status means some recipients were queued and some could not be; see the per-recipient recipients array for detail.

data
object