Pickup Reminder Pager

Send pickup reminder emails to users with pending claims. Uses AI Hackclub for intelligent email management.

Control Panel

{{ pendingClaims.length }} Pending Claims
{{ eligibleForReminder.length }} Eligible for Reminder
{{ sentCount }} Emails Sent
{{ errorCount }} Send Errors

Email Preview

Recipients ({{ eligibleForReminder.length }})

{{ claim.userName || 'Unknown User' }}

Email: {{ claim.email }}

Item: {{ claim.itemName }} ({{ claim.category }})

Days Since Claim: {{ getDaysSinceClaim(claim.claimDate) }}

{{ (emailStatus[claim.id] || 'pending').toUpperCase() }}

No eligible recipients found. Adjust your filters or check back later.

Activity Log

No activity yet. Start sending emails to see logs here.
[{{ formatTimestamp(entry.timestamp) }}] {{ entry.message }}

{{ loadingMessage }}

{{ progress }}% Complete