set_privacy_setting
Change WhatsApp privacy settings like read receipts, last seen, or who can add you to groups. Takes effect immediately; revert by resetting to previous value.
Instructions
Change a single WhatsApp privacy knob (read-receipts, last-seen, online, group-add, etc.) for the paired account; takes effect immediately and may change who can see your activity or contact you. Reversible by calling again with the previous value (capture it via get_privacy_settings first). Not every name/value combination is valid — WhatsApp rejects invalid combinations server-side. Returns a JSON document echoing the updated settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | privacy knob to change; one of the WhatsApp setting names (e.g. `last`, `readreceipts`, `groupadd`, `online`) | |
| value | Yes | new value; one of the WhatsApp privacy values (e.g. `all`, `contacts`, `none`, `match_last_seen`) |