Skip to main content
POST
Send a proof of a template

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

templateId
integer | null

Numeric template identifier.

Example:

158

Body

application/json

Send a one-off proof of a template to a single recipient.

recipient
string
required

Email address (or channel-equivalent identifier) to send the proof to.

Example:

"jane@example.com"

variables
object | null

Optional render variables used to compile the proof.

Response

The provider-specific proof-send response.

Provider-specific proof-send response.