# Create a group

# HTTP method: POST

https://api.sender.net/v2/groups

Creates a new group.

title string required

Give a name to your new group.

Code snippets

Response example

{
  "success": true,
  "message": "Success",
  "data": {
    "id": "elxJK6",
    "title": "My Test Group",
    "recipient_count": 0,
    "active_subscribers": 0,
    "opens_rate": 0,
    "click_rate": 0,
    "unsubscribed_count": 0,
    "bounced_count": 0,
    "phone_count": 0,
    "active_phone_count": 0,
    "account_id": "eEqqve",
    "user_id": "egp79a",
    "created": "2022-06-02 09:56:05",
    "modified": null
  }
}