Generate New Invite Link

Generate New WhatsApp Group Joining Link

Below API allows to Generate New Invite Link for Groups

Please note members can share the joining link with anyone so please be aware while sharing the invite link with unknown contacts. If you want only specified members to be added into a group then first create a group then make a trusted contact as admin then manually add your members.

POST https://pickyassist.com/app/api/v2/generate-invite-link

This API allows you to generate a new invite link

Request Body

NameTypeDescription

token

string

Your API Token for authentication

group_id

string

Pass the Group ID for which you would like to generate a new invite link

{
    "group_invite_link": "https://chat.whatsapp.com/DhfnUq7ghPaE4u5uOsCO",
    "status": 100,
    "message": "Success"
}

Sample Request Body JSON

{
	"token": "7b18871699f19225850e9832a24547105cfe3",
	"group_id": "900055074-16117483",
	"application":10
}

Sample Response

{
    "group_invite_link": "https://chat.whatsapp.com/DhfnUq4uiA5uOsCO",
    "status": 100,
    "message": "Success"
}

Last updated