> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Link de Convite

> Obtém o link de convite para um grupo do WhatsApp, permitindo que novos participantes entrem sem precisar ser adicionados manualmente.

<Note>
  Requer token de instância associado ao número de telefone.
</Note>

## Parâmetros

### Path

<ParamField path="groupId" type="string" required>
  ID único do grupo do WhatsApp.
</ParamField>

## Resposta

```json theme={null}
{
  "invite_link": "https://chat.whatsapp.com/AbCdEfGhIjKlMnOpQrStUv"
}
```
