---
title: "Edit and Resend Unclaimed Draft"
method: POST
path: "/unclaimed_draft/edit_and_resend/{signature_request_id}"
tags: ["Unclaimed Draft"]
---

# Edit and Resend Unclaimed Draft

`POST /unclaimed_draft/edit_and_resend/{signature_request_id}`

Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set.

**NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.

## Path parameters

- `signature_request_id` string, required

## Request body

- UnclaimedDraftEditAndResendRequest
  - `client_id` string, required — Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app.
  - `editor_options` SubEditorOptions — This allows the requester to specify editor options when a preparing a document
    - `allow_edit_signers` boolean — Allows requesters to edit the list of signers
    - `allow_edit_documents` boolean — Allows requesters to edit documents, including delete and add
  - `is_for_embedded_signing` boolean — The request created from this draft will also be signable in embedded mode if set to `true`.
  - `requester_email_address` string, email — The email address of the user that should be designated as the requester of this draft. If not set, original requester's email address will be used.
  - `requesting_redirect_url` string — The URL you want signers redirected to after they successfully request a signature.
  - `show_progress_stepper` boolean — When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden.
  - `signing_redirect_url` string — The URL you want signers redirected to after they successfully sign.
  - `test_mode` boolean — Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`.

## Response `200`

successful operation

- UnclaimedDraftCreateResponse
  - `unclaimed_draft` UnclaimedDraftResponse, required — A group of documents that a user can take ownership of via the claim URL.
    - `signature_request_id` string, nullable — The ID of the signature request that is represented by this UnclaimedDraft.
    - `claim_url` string — The URL to be used to claim this UnclaimedDraft.
    - `signing_redirect_url` string, nullable — The URL you want signers redirected to after they successfully sign.
    - `requesting_redirect_url` string, nullable — The URL you want signers redirected to after they successfully request a signature (Will only be returned in the response if it is applicable to the request.).
    - `expires_at` integer, nullable — When the link expires.
    - `test_mode` boolean — Whether this is a test draft. Signature requests made from test drafts have no legal value.
  - `warnings` WarningResponse[] — A list of warnings.
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

## Changes

- **2024-09-04** `8d8f5e2e9401` — 1 info
  - the response property `unclaimed_draft` became required for the status `200`
- **2024-08-22** `e9603b26e6f8` — 1 breaking
  - the response property `unclaimed_draft` became optional for the status `200`

[Change history](https://skmtc.dev/hellosign/apis/dropbox-sign-api/changes/unclaimed_draft/edit_and_resend/:signature_request_id/post.md)

---

[API](https://skmtc.dev/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.dev/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/revisions/90a72b0656c8/schema)
