cURL
curl --request POST \ --url https://api.botifiy.com/group/sendInvite/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "groupJid": "<string>", "numbers": [ "<string>" ], "description": "<string>" } '
{ "send": true, "inviteUrl": "<string>" }
Send group invite
Name of the instance
WhatsApp Group JID
List of phone numbers to invite
Description to send with the invitation
Ok