action whatsapp_get_group_invite { label: "Get-Group-Invite" provider: whatsapp method: GET path: "/groups/{GroupId}/invite" encoding: json input: { type: "object" properties: { GroupId: { type: "string" } } required: ["GroupId"] additionalProperties: false } output: { type: "object" } }