App Logo
web.whatsapp.com

WhatsApp — Get conversation

Open a WhatsApp chat by its exact name (as returned by get_inbox) and return its messages in chronological order: sender, direction (sent/received), time, date, text and media type. `count` = how many recent messages to load (scrolls up for older). A message that was deleted for everyone is still returned, flagged with `deleted: true` and carrying no text, so it is never mistaken for a message that could not be read.

Input

name required

Exact chat/contact/group name to open (the `name` field from get_inbox).

count optional

How many most-recent messages to return (scrolls up to load older).

Default: 30

Output

None

Start building not clicking