set_privacy_setting
Modify a specific WhatsApp privacy setting such as read receipts, last seen, or group add for your account, with immediate effect and server-side validation.
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`) |