Blueticks
Groups

Create group

Create a WhatsApp group with the given name and initial participants.

Requires groups:write.

Request

curl -X POST "https://api.blueticks.co/v1/groups" \  -H "Content-Type: application/json" \  -d '{    "name": "Q4 Planning",    "participants": [      "+15555550100",      "+15555550101"    ]  }'
POST
/v1/groups

Request Body

application/json

Response

Response Body

application/json

application/json