request_sync
Request WhatsApp servers to backfill historical messages for a chat into local cache. Messages arrive asynchronously and become queryable via list_messages once delivered.
Instructions
Ask WhatsApp servers to backfill historical messages for a chat into the local cache; messages arrive asynchronously and become queryable via list_messages once delivered. No effect on the chat itself or other users. If from_timestamp is omitted, the request anchors on the newest cached message. Returns a plain-text confirmation describing what was requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_jid | No | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| from_timestamp | No | ISO-8601 UTC timestamp marking the lower bound; if omitted, anchors on the newest cached message in the chat |