added
Document Auto-Reminder Settings
July 9th, 2025
We’ve introduced new endpoints to manage auto-reminder settings for documents via the API. These new endpoints allow you to programmatically manage document follow-ups and improve completion rates with more flexibility.
GET /public/v1/documents/{document_id}/auto-reminders
/public/v1/documents/{document_id}/auto-reminders
- endpoint added. Retrieve the current auto-reminder settings for a specific document.
PATCH /public/v1/documents/{document_id}/auto-reminders
/public/v1/documents/{document_id}/auto-reminders
- endpoint added. Update the auto-reminder settings for a document, including enabling/disabling reminders and customizing reminder schedules.
GET /public/v1/documents/{document_id}/auto-reminders/status
/public/v1/documents/{document_id}/auto-reminders/status
- endpoint added. Check whether auto-reminders are currently enabled or disabled for a document.