ZAP~POST API Documentation
  • ZAP~POST API Documentation
  • Connecting to the API
  • Authentication
  • API Endpoints
    • Campaigns
    • ScheduledSends
    • Submissions
    • RejectedRecords
    • ReturnedZaps
Powered by GitBook
On this page
Export as PDF
  1. API Endpoints

ScheduledSends

PreviousCampaignsNextSubmissions

Last updated 2 months ago

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 with the relevant send date

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.

submission
get
Authorizations
Responses
200
Success
application/json
400
Bad Request
401
Unauthorized
get
GET /api/v1/ScheduledSends HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "sendDate": "2025-06-13T14:25:34.290Z"
  }
]
  • GET/api/v1/ScheduledSends
  • Useful Information