waha_add_group_participants
Add participants to WhatsApp groups using admin privileges. Specify group ID and participant list in JSON format to manage group membership.
Instructions
Add member(s) to a group. Requires admin privileges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Group ID (format: number@g.us) | |
| participants | Yes | JSON array of participants to add (format: [{'id': 'number@c.us'}, ...]) |