Calls

Get Call Docusign Envelope

Return the DocuSign draft envelope generated for an intake call.

The extracted values are paired with their form field display_name so the UI can render labeled rows. 404 when no envelope has been created yet (e.g. the pipeline is still running, or no template matched).

get/calls/{call_id}/docusign-envelope

Path parameters

call_idstring uuid required

Response

Successful Response

docusign_envelope_idstring uuid required
statusstring required
form_namestring nullable
recipient_emailstring nullable
recipient_namestring nullable
sender_view_urlstring nullable
envelope_id_from_docusignstring nullable
created_atstring date-time nullable

Changes