Skip to content

Auto Reply

ardennguyen edited this page May 28, 2026 · 1 revision

Auto-Reply (auto-reply)

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

Scope

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

Clone this wiki locally