# 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.&#x20;

You can list the current scheduled sends available in ZAP-POST via the API and use the ID to pair the [submission ](broken://pages/e9GxSF4mVCBLkWKVemui)with the relevant send date

## GET /api/v1/ScheduledSends

>

```json
{"openapi":"3.0.1","info":{"title":"ZAPI","version":"1.0.0"},"security":[{"Basic":[]}],"components":{"securitySchemes":{"Basic":{"type":"http","scheme":"basic"}},"schemas":{"ScheduledSendDateRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"sendDate":{"type":"string","format":"date-time"},"paperStockName":{"type":"string","nullable":true}},"additionalProperties":false}}},"paths":{"/api/v1/ScheduledSends":{"get":{"tags":["ScheduledSends"],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledSendDateRequest"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://userguide.zappost.com/zap-api/api-endpoints/scheduledsends.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
