v1
latestOpenAPI 3.1.02026-07-247601.0 MBList Email Schedules
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
<a href="https://knowledge.apollo.io/hc/en-us/articles/4409477927309-Configure-a-Sequence-Sending-Schedule" target="_blank">Sending schedules</a> control the days and times that Apollo sends emails for your sequences.<br><br>Use the List Email Schedules endpoint to retrieve every sending schedule that has been created for your team's Apollo account, including each schedule's ID, time zone, and weekly sending windows.<br><br>Use a schedule's id as the emailer_schedule_id when you <a href="https://docs.apollo.io/reference/create-sequence">create a sequence</a> or <a href="https://docs.apollo.io/reference/update-sequence">update a sequence</a> to control when that sequence's emails are sent.
Response
200
Example response
{
"emailer_schedules": [
{
"id": "6605a1f2e4b0c80012a3d456",
"name": "Normal Business Hours",
"default": true,
"time_zone": "America/Los_Angeles",
"created_at": "2024-03-28T18:56:24.067Z",
"use_contacts_time_zone": true,
"skip_holidays": true
}
]
}