NotifyAtMinutes
Describes when this email will be sent, in minutes. Only supports certain intervals described in the enum.
E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/NotifyAtMinutes",
"title": "NotifyAtMinutes",
"type": "integer",
"description": "Describes when this email will be sent, in minutes. Only supports certain intervals described in the enum.",
"example": 60,
"enum": [
60,
120,
180,
240,
300,
360,
420,
480,
540,
600,
660,
720,
780,
840,
900,
960,
1020,
1080,
1140,
1200,
1260,
1320,
1380,
1440,
2880,
4320,
5760,
7200,
8640,
10080,
11520,
12960,
14400
],
"x-examples": {
"example-1": 60,
"type": "integer"
},
"x-internal": false
}