POST
/
bulk-sending
/
contact-group
curl --request POST \
  --url https://api.jsxmail.org/bulk-sending/contact-group \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "userId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
The data of the contact group to create
name
string
required

The name of the contact group.

Response

201
application/json
Contact group created
id
string
required
name
string
required
userId
string
required
createdAt
string