An envelope moves through different statuses during the signing process. The status shows whether the envelope has been created, sent for signing, completed, or expired.
Lifecycle
Envelopes created through the dashboard start with the draft status while they are being configured. Once sent, the status moves to created and then immediately to in_progress.
Envelopes created through the API start directly with the created status.
After the envelope is sent using POST /envelope/:id/send, the status becomes in_progress.
When all required documents and signatures are completed, the envelope becomes completed.
If an envelope stays in created or in_progress for one month without being completed, it becomes expired.
Once an envelope expires, unsigned documents inside it can no longer be signed through the original envelope. To collect signatures for documents from an expired envelope, create a new envelope and resend the signature requests.
You are not charged for signatures that were not completed before the envelope expired.
Status reference
draftcreatedin_progresscompletedexpiredReminders
Reminder emails are sent only while the envelope is active. Reminders stop when: