Manage a WhatsApp group
manage_groupAdminister WhatsApp group: add/remove/promote/demote participants, set subject/description, get/revoke invite links. Requires admin rights; check group info first.
Instructions
Administer a group. Actions:
add / remove / promote / demote — need participant_ids; each participant comes back with status ok, invite_needed or failed
leave — DESTRUCTIVE, rejoining needs an invite
set_subject / set_description — need value
get_invite_link / revoke_invite_link
Everything except leave requires the linked account to be a group admin; call get_group_info first to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | New subject or description | |
| action | Yes | Group action to perform | |
| group_id | Yes | Group chat id ("<id>@g.us") | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. | |
| participant_ids | No | Targets of add/remove/promote/demote |