v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
SendSchedules

Create send schedule

Create a new send schedule for the authenticated user.

post/send-schedules

Request body

namestring required
timezonestring required

Response

Created

messagestring required
statusstring required

Example response

{
  "data": {
    "created_at": "2022-06-05T14:26:02.302718+03:00",
    "id": "32343a19-da5e-4b1b-a767-3298a73703cb",
    "name": "Business Hours",
    "timezone": "Europe/Tallinn",
    "updated_at": "2022-06-05T14:26:10.303278+03:00",
    "user_id": "WB7DRDWrJZRGbYrv2CKGkqbzvqdC",
    "windows": [
      {
        "day_of_week": 1,
        "end_minute": 1020,
        "start_minute": 540
      }
    ]
  },
  "message": "Request handled successfully",
  "status": "success"
}