eSignatures API
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Re-send completion pack
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
The re-send completion pack feature allows you to re-send the completion pack for the specified recipient.
HTTP
PATCH https://api.yotisign.com/v2/envelopes/<envelopeId>/recipients/<recipient_id>/resend-completion-packExample code
Javascript
PHP
C#
Go
x
const rp = require("request-promise");const resendPack = () => { const request = { method: "PATCH", uri: "<BASE_URL>/v2/envelopes/<envelopeId>/recipients/<recipient_id>/resend-completion-pack", headers: { authorization: "Bearer <API_KEY>", }, }; return rp(request) .then((body) => body) .catch((err) => err);};//send requestlet result = await resendPack();Error codes
| Error Code | Description |
|---|---|
| 400 | Bad request or invalid payload |
| 409 | The envelope is not completed |
| 410 | The total number of requests to resend the recipient completion pack has exceeded the limit |
| 429 | Please wait 5 minutes before retrying |
| 404 | The recipient couldn't be found |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Get documentsGot a question? Contact us here.
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message