---
title: "Send Group Invite"
method: POST
path: "/group/sendInvite/{instance}"
tags: ["Group Controller"]
---

# Send Group Invite

`POST /group/sendInvite/{instance}`

Send group invite

## Path parameters

- `instance` string, required

## Request body

- object
  - `groupJid` string, required — Group remote JID
  - `description` string, required — Description to send with the invitation
  - `numbers` string[], required — Numbers to receive the invitation

## Response `200`

Ok

- object
  - `send` boolean — Indicates if the invite was sent successfully.
  - `inviteUrl` string — The URL for the WhatsApp group invite.

## Changes

- **2024-11-06** (v2) `6cc9e69eaf4c` — 1 breaking
  - the request property `description` became required
- **2024-10-14** (v2) `c153448703e5` — 2 breaking, 5 info
  - added the new required request property `groupJid`
  - added the new required request property `numbers`
  - api operation id `sendGroupInvite` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - …3 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 3 warning, 4 info
  - removed the request property `description`
  - removed the request property `groupJid`
  - removed the request property `numbers`
  - api operation id `sendGroupInvite` removed and replaced with ``
  - …3 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/group/sendInvite/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
