This guide provides technical instructions for monitoring the lifecycle of an active envelope, including recipient interaction tracking and status analysis.
Prerequisites
- Existence of a previously dispatched (Sent) envelope.
- Assigned role with access to document repository telemetry.
Strategic Overview
Effective document management requires more than just dispatching; it requires real-time situational awareness. IUSign provides high-fidelity telemetry for every active transaction, allowing administrators to track exactly when a document was delivered, opened, and signed. This visibility is critical for identifying bottlenecks in the approval workflow and ensuring timely completion of high-value transactions.
Implementation Sequence
1. Accessing the Tracking Interface
Navigate to the Documents repository and select the target envelope. This initializes the Detail Panel, which serves as the primary operational dashboard for that specific transaction.
2. Recipient Status Analysis
The Recipients module provides granular, real-time status indicators for each participant in the routing order:
| Status Indicator | Forensic Definition | Rationale |
|---|---|---|
| Sent | The invitation has been dispatched via SMTP. | Confirmation of dispatch. |
| Delivered | The recipient's mail server has confirmed receipt. | Verification of reachability. |
| Viewed | The recipient has successfully accessed the secure portal. | Confirmation of engagement. |
| Signed | The recipient has executed all mandatory fields. | Partial completion. |
| Declined | The recipient has formally refused the transaction. | Corrective action required. |
3. Timeline and Forensic Event Log
Below the recipient status, the Timeline provides a chronological record of all transactional events:
- Temporal Precision: Every action is recorded with a millisecond-accurate UTC timestamp.
- Geographic Context: View the IP address and User Agent (Browser/OS) for every recipient interaction.
- Communication Log: Track when automated reminders or manual notifications were dispatched.
Operational Insights: Proactive Monitoring
- Identifying "Stalled" Transactions: If an envelope has been "Viewed" multiple times but not "Signed" over 48 hours, it indicates a potential bottleneck or recipient query.
- Audit Readiness: The tracking data is the precursor to the final Certificate of Completion. Reviewing this data during the active phase ensures the final audit record will be accurate.
- Reminder Orchestration: Use the tracking data to determine the optimal moment to Send a Manual Reminder. If a recipient hasn't even "Viewed" the document, a direct follow-up may be necessary.
Technical Specifications: Telemetry Data
| Data Point | Technical Metric | Functional Use |
|---|---|---|
| Last Activity | UTC Timestamp | Primary sorting key in repository. |
| Delivery Status | SMTP Status Codes | Diagnostic for email deliverability. |
| Engagement Depth | Fields Completed / Total | Real-time progress percentage. |
Diagnostic and Resolution Protocols
| System Exception | Probable Cause | Resolution Protocol |
|---|---|---|
| Status "Stuck" on Sent | Email block or spam filter | Check the Email Deliverability Guide or verify the address. |
| Viewed from anomalous IP | Potential credential sharing | Verify with the recipient if they are utilizing a VPN or corporate proxy. |
| Missing audit entries | UI synchronization delay | Execute a manual refresh to synchronize with the latest backend telemetry. |