Rappels
Planifier Des Rappels Pour Des Favoris Specifiques
Les commandes de rappel attachent un rappel en attente à un favori. Elles prennent en charge la création, la liste et l'annulation. Utilisez l'app pour modifier des rappels, créer des rappels récurrents ou effectuer des changements en masse de rappels.
Créer
Creer Un Rappel De Favori
webcull reminders create --bookmark-id 2302 --in 3h --note "Check if the pricing page changed."
{
"success": "true",
"action": "create",
"id": 789,
"bookmark_id": 2302,
"remind_at": "2026-06-14 18:00:00",
"note_status": "stored"
}
List and Cancel
Examiner Ou Annuler Les Rappels En Attente
webcull reminders list --bookmark-id 2302 --fields id,bookmark_id,remind_at,status,note_status
webcull reminders cancel 789 --dry-run
{
"success": "true",
"items": [
{
"id": 789,
"bookmark_id": 2302,
"remind_at": "2026-06-14 18:00:00",
"status": "pending",
"note_status": "stored"
}
]
}
Reminder notes follow the same privacy boundary as bookmark text. For E2EE accounts, notes are encrypted locally before they are sent to WebCull.