Create and send an agreement from a template
POST/v1/sign/templates/:id/send
Creates a new agreement from a template and optionally sends it immediately. Recipients are matched to template roles by position in the array.
Set sendImmediately to false to create the agreement as a draft instead. Defaults to true.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Agreement created from template (and sent if sendImmediately=true)
Invalid request body or template configuration error
Unauthorized
Forbidden — missing sign:send scope
Template not found