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}}"
]
}
'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}}"
]
}
'The body is of type object.
Successful response