Create and send an agreement from a docgen template in one call
POST/v1/sign/gen-and-send
Convenience endpoint that combines agreement creation and sending.
Takes a docgen catalog template id (from
POST /v1/docgen/templates/import-from-source), resolves the
linked Sign template, instantiates an agreement with the
provided recipients, and immediately sends it.
Request
Responses
- 201
- 400
- 404
Agreement created and sent
Validation error
Docgen template not found or has no linked Sign template