create_embed_link
Generate a short-lived signing URL for embedding a signer in an iframe. The link expires in 10 minutes and redirects to your return URL when the signing session ends.
Instructions
Create a short-lived signing URL for an embedded recipient, to be rendered in an iframe inside your application. The envelope must be in 'in_progress' status and the link expires after 10 minutes, so create it when the signer is ready (one link per signing session). When the session ends the iframe redirects to returnUrl with event (signing_complete, voided, expired or not_found), envelopeId, documentId and recipientId appended as query parameters; existing returnUrl query parameters are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| returnUrl | Yes | URL the signing session redirects to when it ends | |
| documentId | Yes | The envelope document ID (sourceDocumentId) | |
| envelopeId | Yes | The envelope ID | |
| recipientId | Yes | The recipient ID of the embedded recipient |