create_group
Create a new WhatsApp group by specifying a name and initial members; the caller becomes admin and participants receive a system notification.
Instructions
Create a new WhatsApp group with the given name and initial participants; the paired user becomes admin and listed participants receive a you were added system message in the new chat. Reversible by calling leave_group (irreversible itself) or update_group_participants with remove. Returns a JSON object {jid, info} where jid is the new group's JID and info is the freshly-fetched group metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | group display name (subject) | |
| participants | Yes | initial members as bare phone digits or individual JIDs (WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us`) |