POST
/
group
/
sendInvite
/
{instance}
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}}"
  ]
}'
"<any>"

Path Parameters

instance
string
required

Body

application/json · object

Response

200 - application/json

Successful response

The response is of type any.