Create Group
Create WhatsApp Groups
Below API allows creating new groups
Create Groups
POST
https://pickyassist.com/app/api/v2/create-whatsapp-group
This API allows you to create a WhatsApp Group
Request Body
Name | Type | Description |
---|---|---|
token | string | Your API Token for authentication |
group_subject | string | Subject of the Group, Maximum 25 Characters |
group_icon | string | Pass the Link of the picture to be updated as group icon (Not supported in WhatsApp Web Automation) |
Sample Request Body JSON
Sample Response
Response Variables
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 updated