ScheduledSends

Schedule Sends, are the dates available for users to pair their submissions with. A submission that's paired with a scheduled send, will be mailed on that date landing with customers the day after.

You can list the current scheduled sends available in ZAP POST via the API and use the ID to pair the submission with the relevant send date

get
Authorizations
Responses
200

Success

application/json
get
GET /api/v1/ScheduledSends HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "sendDate": "2025-08-17T02:23:20.962Z"
  }
]

Useful Information

New Scheduled Sends are added regularly

The team are constantly adding new dates to our pool of available sends, make sure you check this endpoint frequently is your campaigns are most effective when delivered close to a particular future date.

Last updated