---
title: "Create Docusign Envelope"
method: POST
path: "/developer/docusign/forms/{form_id}/create-envelope"
tags: ["Developer", "Developer - DocuSign"]
---

# Create Docusign Envelope

`POST /developer/docusign/forms/{form_id}/create-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.

## Path parameters

- `form_id` string, uuid, required

## Request body

- DocuSignCreateEnvelopeRequest — Create a DocuSign envelope from a template + extracted values.
  - `recipient_email` string, required
  - `recipient_name` string, required
  - `values` object, required
  - `source_transcript` string, nullable

## Response `200`

Successful Response

- DocuSignEnvelopeResponse — A DocuSign envelope row stored in our DB.
  - `docusign_envelope_id` string, uuid, required
  - `docusign_form_id` string, uuid, nullable
  - `envelope_id_from_docusign` string, nullable
  - `status` string, required
  - `recipient_email` string, nullable
  - `recipient_name` string, nullable
  - `sender_view_url` string, nullable
  - `extracted_values` object, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
