v1

latestOpenAPI 3.0.02026-07-22292140.8 KB
Templates

Create an envelope from a template

Requires a recipient for every template role. By default auto-sends because the layout was reviewed at save time; pass autoSend: false for a review-first draft. Supports the optional Idempotency-Key header. Repeating the same key and request replays the original 201 response; a key currently in flight returns 409, and reusing a key with a different request returns 422.

post/api/v1/templates/{id}/envelopes

Path parameters

idstring required

Template id

Template id

Request body

recipientsobject required
prefillobject
displayNamestring
autoSendboolean

Response

Instantiated envelope

OR