Developer
Developer - DocuSign

Create Docusign Envelope

Create a DocuSign envelope from a template + extracted values.

The envelope is always created in draft state and a sender-view URL is returned for reviewing/sending in DocuSign.

post/developer/docusign/forms/{form_id}/create-envelope

Path parameters

form_idstring uuid required

Request body

recipient_emailstring required
recipient_namestring required
valuesobject required
source_transcriptstring nullable

Response

Successful Response

docusign_envelope_idstring uuid required
docusign_form_idstring uuid nullable
envelope_id_from_docusignstring nullable
statusstring required
recipient_emailstring nullable
recipient_namestring nullable
sender_view_urlstring nullable
extracted_valuesobject nullable
created_atstring date-time nullable
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.