Expected Signers: Track Who Hasn't Confirmed Reading Yet
Published on November 5, 2025
Distributing a document to 50 people is easy. Knowing which ones have confirmed reading is another story. With Ackify's Expected Signers feature, you stay in control.
The compliance tracking problem
You publish a new security policy. You send the link to the whole team. And then what?
- Who has confirmed?
- Who hasn't done it yet?
- How do you remind latecomers?
- How do you know when everyone has signed?
Without a tracking system, you're flying blind.
The solution: Expected Signers
The Expected Signers feature lets you define in advance the list of people who should confirm a document.
How it works
- Define expected signers: upload an email list or select a group
- Distribute the document: send the confirmation link
- Track in real-time: see who signed vs who's missing
- Remind: send targeted reminders to latecomers
- Close: export the final report once 100% is reached
Tracking interface
The dashboard displays:
| Status | Name | Signature date | |
|---|---|---|---|
| β | John Smith | john.smith@acme.com | 2025-11-05 10:32 |
| β | Mary Johnson | mary.johnson@acme.com | 2025-11-05 11:15 |
| β³ | Peter Williams | peter.williams@acme.com | - |
| β³ | Sarah Brown | sarah.brown@acme.com | - |
Progress: 50% (2/4)
Use cases
New IT charter
The CIO publishes a new IT charter. All employees (150 people) must confirm within 2 weeks.
Workflow:
- Import the list of 150 emails from HRIS
- Send link with deadline
- Daily tracking: D+3 β 80 confirmations
- Automatic reminder to the 70 missing
- D+10 β 145 confirmations
- Manual reminder to the last 5
- D+14 β 100% β
Sector-specific GDPR update
The DPO updates procedures for the sales team (25 people).
Workflow:
- Define the 25 expected signers
- Targeted send to the team
- DPO tracks progress
- Report exported for compliance registry
Mandatory training
HR distributes safety training material. 100% of staff must confirm.
Workflow:
- Import full headcount
- Campaign with deadline
- Managers responsible for tracking their team
- Escalation of non-confirmations at D+7
- Close with complete report
Associated features
Email reminders
Ackify automatically sends reminders to people who haven't confirmed. Configurable frequency (daily, weekly).
Campaign deadline
Set a due date. After this date, the document remains accessible but is marked "past due."
CSV/JSON export
Download the complete list: signers, dates, statuses. Audit-ready.
Progress badge
Embed a visual indicator in your internal pages:
<img src="https://ackify.acme.com/status.png?doc=charter-2025&progress=true" />
Displays: "Charter 2025 β 145/150 signatures"
API for integration
# List expected signers
GET /api/documents/{doc_id}/expected
# Add an expected signer
POST /api/documents/{doc_id}/expected
{ "email": "new@acme.com" }
# Progress status
GET /api/documents/{doc_id}/progress
# β { "total": 150, "signed": 145, "pending": 5 }
Best practices
- Define expected signers before sending: for clean tracking from the start
- Use groups: team, department, or HRIS import
- Communicate the deadline: clear urgency = better completion rate
- Remind early: a reminder at D+3 is more effective than at D+13
- Involve managers: local accountability
Conclusion
Tracking confirmations is just as important as distribution itself. With Expected Signers, you know exactly where each campaign stands.
Ackify gives you the tools to manage your document compliance with precision.
β‘οΈ Try Ackify β confirmation tracking, in real-time.