Send signing reminder
send_invite_reminderResend signing invitations to pending signers on a document or document group. Optionally target a specific recipient by email.
Instructions
Send a signing reminder to pending signers on a document or document group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Remind only this specific recipient. If omitted, all pending signers are reminded. | ||
| message | No | Ignored — resend reuses the invite's original email template, so a custom message is not applied. Compatibility only. | |
| subject | No | Ignored — resend reuses the invite's original email template, so a custom subject is not applied. Compatibility only. | |
| entity_id | Yes | Document ID or document group ID | |
| entity_type | No | Entity type: 'document' or 'document_group'. Auto-detected if omitted (document_group tried first). Pass explicitly to avoid an extra auto-detection GET. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | No | Recipients for whom the API call failed (transient error — may be retried) | |
| skipped | No | Recipients skipped because their invite is not pending (completed, cancelled, etc.) | |
| entity_id | Yes | Document or document group ID | |
| entity_type | Yes | 'document' or 'document_group' | |
| recipients_reminded | No | Recipients who successfully received the reminder email |