Create Group
Create WhatsApp Groups
Below API allows creating new groups
post
https://pickyassist.com/app/api/v2
/create-whatsapp-group
Create Groups
{
"token": "7b18871699f15850e9832a24547105cfe3",
"group_subject": "picky group",
"application":10,
"number":["9194XXXXXXX"]
}
{
"group_id":"91940055074-161827483",
"group_invite_link":"https:\/\/chat.whatsapp.com\/Cu24HdeSK2xqDWi4PODC",
"status":100,
"message":"Success"
}
Variable Name | Type | Description |
group_id | String | This will return after creating a group , this id used to identify the group |
group_invite_ink | Link | This will return after creating a group , this link can be shared with users to join the group In case if you are not getting the Group Invite Link in this variable then please call the Fetch Group Details API after 5 minutes. |
group_subject | String | Group Subject |
status | Numeric | Status of the request |
message | String | Error / Sucess message of the request |
Last modified 1yr ago