---
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.

---

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