Send a reminder
Sends a reminder email to a recipient who has not yet completed their action. Only works for sent or in_progress documents.
POST
/recipients/remindAuthorization
AuthorizationBearer token · headerrequiredPass your API key as a Bearer token. API keys are scoped to specific operations — configure scopes in your organization's Settings → Developer → API Keys.
Query parameters
document_idstringrequiredidstringrequiredRequest body
application/jsonmessagestringCustom reminder message
Responses
200
Reminder sent
successboolean401
Missing or invalid API key
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors
404
Resource not found
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors