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

The body is of type object.

Response

201
application/json

Contact group created

The response is of type object.