Operations
Resend request
Resends a signing request to the recipient.
POST
Resends the signing request to a recipient who has not yet completed their ceremony.
Use this endpoint to:
- Send reminders. If a recipient has not signed, resend the invitation as a reminder.
- Retry after a soft bounce. If the invitation email was temporarily undeliverable, resend to try again.
- Re-deliver a lost email. If a recipient reports not receiving the invitation, resend it.
The resend is rate-limited to prevent email spam. The response includes can_resend_at, which tells you when the next resend can be initiated. The wait period increases with each attempt:
| Attempts | Wait period |
|---|---|
| 1-3 | 15 minutes |
| 4-6 | 1 hour |
| 7-10 | 24 hours |
| Over 10 | No more resends allowed |
The request can only be resent if the recipient’s status is
sent or soft_bounced, and the envelope status is in_progress.Path Parameters
The unique identifier of the recipient. Recipient IDs use the re_ prefix.
Returns
Returns a 200 OK status code along with the following property:
Time after which the next resend can be initiated, in