whatsapp
Rename group
Rename a contact group. This updates the group name on all contacts that belong to the group.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
accountIdstring
WhatsApp social account ID
oldNamestring
Current group name
newNamestring
New group name
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/whatsapp/groups" \ -H "Content-Type: application/json" \ -d '{ "accountId": "507f1f77bcf86cd799439011", "oldName": "customers", "newName": "active-customers" }'{
"success": true,
"message": "string",
"modified": 0
}Empty
{
"error": "Unauthorized"
}Empty