-
Notifications
You must be signed in to change notification settings - Fork 1
Reminders
ardennguyen edited this page May 28, 2026
·
1 revision
| Command | Description |
|---|---|
reminder create <threadId> <title> [-t 0|1] [--time "YYYY-MM-DD HH:mm"] [--repeat mode] [--emoji] |
Create |
reminder list <threadId> [-t 0|1] [-n count] |
List reminders |
reminder info <reminderId> |
Details (group only) |
reminder responses <reminderId> |
Who accepted/rejected |
reminder edit <reminderId> <threadId> <title> [-t 0|1] [--time] [--repeat] [--emoji] |
Edit |
reminder remove <reminderId> <threadId> [-t 0|1] |
Remove |
none, daily, weekly, monthly
# Daily standup at 9 AM
zalo-agent reminder create <groupId> "Standup" -t 1 --time "2026-03-16 09:00" --repeat daily