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>"
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>"
Successful response
The response is of type any
.