App Logo
web.whatsapp.com

WhatsApp — Set group photo

Set/replace a WhatsApp group's photo (icon) by exact group name. Pass the image as base64 (imageBase64) — it is applied through the group-info photo editor, including the crop/adjust step. Verifies the group photo actually changed before reporting success, and returns the new photoUrl plus replacedExisting. Admin-only; notifies the group. Keep imageBase64 well under ~96KB (MCP payload cap); for larger images serve the file over localhost instead.

Input

group required

Exact group name, as shown in the chat list

imageBase64 required

The image bytes, base64-encoded (jpg/png/gif). Keep it well under ~96KB of base64 - the MCP transport caps the payload.

mime optional

Optional MIME type. Default inferred from filename (image/png, image/gif, else image/jpeg).

filename optional

Optional filename to present to WhatsApp. Default group.png

Output

set required
group required
photoUrl optional

The URL of the group photo after the change

replacedExisting optional

true if the group already had a photo that was replaced

FAQ

Set/replace a WhatsApp group's photo (icon) by exact group name. Pass the image as base64 (imageBase64) — it is applied through the group-info photo editor, including the crop/adjust step. Verifies the group photo actually changed before reporting success, and returns the new photoUrl plus replacedExisting. Admin-only; notifies the group. Keep imageBase64 well under ~96KB (MCP payload cap); for larger images serve the file over localhost instead.
Required: group, imageBase64. Optional: mime, filename.
It returns set, group, photoUrl, replacedExisting.
Yes. It acts as you on web.whatsapp.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.whatsapp.com cookies saved by the Reduck extension.
It makes changes on web.whatsapp.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/set_group_photo, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/set_group_photo
It is part of Reduck's official curated catalogue.

Start building not clicking