Skip to main content
POST
/
group
/
sendInvite
/
{instance}
Send Invite Url
curl --request POST \
  --url https://{server-url}/group/sendInvite/{instance} \
  --header 'Content-Type: application/json' \
  --data '
{
  "groupJid": "{{groupJid}}",
  "description": "Access this link to join my WhatsApp group:",
  "numbers": [
    "{{remoteJid}}"
  ]
}
'

Path Parameters

instance
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response