Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v74
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Mailings
  • Automation scenarios
  • Loyalty Programs
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDev
  • External datatables queries
  • Objects
    • AKMTA object
    • Content object
    • Email rule object
    • File object
    • Profile data object
    • SMS rule object
    • Sender object
    • Sender types
    • Start schedule object
    • Subscription object
    • Trigger types
  • Miscellaneous
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
  • Objects
  • Start schedule object
Documentation for version v74

Start schedule object

JSON​

  • JSON
  • XML
{
"start_hours": [
2,
4
],
"start_mdays": [
1
],
"start_mins": [
0,
10,
20,
30,
40,
50
],
"start_months": [
12
],
"start_wdays": [],
"start_years": [
2016
]
}
<xml>
<xml>
<start_hours>2</start_hours>
<start_hours>4</start_hours>
<start_mdays array='true'>1</start_mdays>
<start_mins>0</start_mins>
<start_mins>10</start_mins>
<start_mins>20</start_mins>
<start_mins>30</start_mins>
<start_mins>40</start_mins>
<start_mins>50</start_mins>
<start_months array='true'>12</start_months>
<start_wdays></start_wdays>
<start_years array='true'>2024</start_years>
</xml>

Object parameters​

ParameterTypeExampleDescription
start_minsJSON array[1, 31]Minute launches, 0-59
start_hoursJSON array[22]Hours launches, 0-23
start_mdaysJSON array[]Month day launches, 1-31
start_wdaysJSON array[]Week day launches, Su-Sat
start_monthsJSON array[]Months launches, 1-12
start_yearsJSON array[]Years launches
tzstringEurope/MoscowMailing time zone
profilebooltrueUse profiles' time zones
losersbooltrueSend instantly if past profiles' local time
Last updated on Mar 16, 2024
Previous
Sender types
Next
Subscription object
  • JSON
  • Object parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.