Group Controller
Send Group Invite
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Typebot
OpenAI
Evolution Bot
Dify
Flowise
Chatwoot
Websocket
RabbitMQ
Group Controller
Send Group Invite
POST
/
group
/
sendInvite
/
{instance}
curl --request POST \
--url https://{server-url}/group/sendInvite/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"groupJid": "<string>",
"description": "<string>",
"numbers": [
"<string>"
]
}'
{
"send": true,
"inviteUrl": "https://chat.whatsapp.com/DgQvyfXzY01B6rGrpZpYze"
}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Group remote JID
Numbers to receive the invitation
Description to send with the invitation
curl --request POST \
--url https://{server-url}/group/sendInvite/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"groupJid": "<string>",
"description": "<string>",
"numbers": [
"<string>"
]
}'
{
"send": true,
"inviteUrl": "https://chat.whatsapp.com/DgQvyfXzY01B6rGrpZpYze"
}