Send Reminder to Recipient
Send a reminder email to a specific pending recipient.
Send a reminder email to a specific pending recipient.
Authorization
bearerAuth API key as Bearer token. Format: signsecure_xxxxxxxx...
In: header
Path Parameters
The envelope ID
The recipient ID
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.signsecure.com/api/v1/envelopes/string/recipients/string/reminders"{
"message": "Reminder sent successfully",
"recipientId": "rec_abc123",
"recipientEmail": "signer@example.com",
"remindersSent": 2
}{
"code": "INVALID_STATUS",
"message": "Cannot send reminder to a recipient who has already signed",
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}{
"code": "UNAUTHORIZED",
"message": "Invalid or missing API key",
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}{
"code": "FORBIDDEN",
"message": "API key is disabled",
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}{
"code": "NOT_FOUND",
"message": "Envelope not found",
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "An internal error occurred",
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}Send Envelope for Signing POST
Send an envelope to all recipients for signing. Transitions the envelope from `draft` to `pending`. No request body is needed. Workflow settings (mode, verification, email notifications, redirect URL, etc.) are configured during envelope creation via `POST /envelopes`. Requirements: - At least one signer or approver recipient - PDF file must be uploaded - Sufficient credits
Create Envelope from Template POST
Create a new envelope using a template. Map template recipients to actual recipients.