Send Reminder
send_reminderSend a signing reminder to one or more signees who have not yet signed. Always call get_document first. Two conditions decide who can be reminded: (1) the document status must be awaiting_signatures — any other status returns 403; (2) include only signees whose signatureStatus is awaiting_signature, never one whose signatureStatus is signed. Show who will be reminded and ask for confirmation before sending. Rate limit: max 2 reminders per signee per 60-minute rolling window, after which the API returns 429. signeeDetails[].reminders.reminderCooldown from get_document is the number of seconds left before the next reminder is allowed — check it before calling, and tell the user how long is left instead of retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signeeIds | Yes | Signee IDs to remind (get these from get_document response) | |
| documentId | Yes | Unique identifier of the document |