Skip to main content
Use this endpoint to create a new Holiday List. Holiday Lists allow you to define dates on which outbound campaigns should automatically avoid placing calls.
Only authenticated users can create Holiday Lists within their workspace.

OpenAPI

Authorizations

string
required
Bearer Token for the authenticated user.Format:Authorization: Bearer YOUR_ACCESS_TOKEN

Body Parameters

string
required
Name of the Holiday List.
string
Optional description for the Holiday List.
array
required
Array of holidays to include in the Holiday List.

Example Request

Successful Response

Response Fields

string
Unique identifier of the Holiday List.
string
Name of the Holiday List.
string
Description of the Holiday List.
boolean
Indicates whether the Holiday List is active.
integer
Total number of holidays contained in the Holiday List.
string
Timestamp when the Holiday List was created.
string
Timestamp when the Holiday List was last updated.

Error Responses

Bad Request (400)

Unauthorized (401)

Internal Server Error (500)