-
Notifications
You must be signed in to change notification settings - Fork 1
Auto Reply
ardennguyen edited this page May 28, 2026
·
1 revision
| Command | Description |
|---|---|
auto-reply list |
List all rules |
auto-reply create <content> [--enable] [--start ms] [--end ms] [--scope n] |
Create |
auto-reply update <id> <content> [--enable] [--start ms] [--end ms] [--scope n] |
Update |
auto-reply delete <id> |
Delete |
| Value | Description |
|---|---|
0 |
All conversations |
1 |
Friends only |
2 |
Strangers only |
# Create auto-reply for lunch break
NOW=$(date +%s)000
END=$(($(date +%s)+5400))000
zalo-agent auto-reply create "Đang nghỉ trưa, sẽ trả lời sau 13h30" --start $NOW --end $END