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.
Request
Responses
- 201
- 400
- 401
- 404
Agreement created (and sent if sendImmediately=true)
Invalid request body, or the agreement was created from the
template but could not be sent (for example, the template has
no signature fields for one or more recipient roles).
Error code: TEMPLATE_SEND_FAILED.
Unauthorized
Template not found