You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.describe("Array of list IDs to which the campaign should be sent"),
167
-
scheduleSend: z
168
-
.boolean()
169
-
.default(false)
170
-
.describe(
171
-
"Whether to immediately schedule the blast campaign for sending. Set to true to schedule the campaign on creation. When false, the campaign can be scheduled later using POST /api/campaigns/{campaignId}/schedule."
172
-
),
173
-
sendAt: IterableDateTimeSchema.describe(
174
-
"Scheduled send time (YYYY-MM-DD HH:MM:SS UTC)"
175
-
),
176
167
campaignDataFields: campaignDataFieldsSchema,
177
-
sendMode: z
178
-
.enum(["ProjectTimeZone","RecipientTimeZone"])
179
-
.optional()
180
-
.describe("Send mode for blast campaigns"),
181
-
startTimeZone: z
182
-
.string()
183
-
.optional()
184
-
.describe("Starting timezone for recipient timezone sends (IANA format)"),
185
-
defaultTimeZone: z
186
-
.string()
187
-
.optional()
188
-
.describe(
189
-
"Default timezone for recipients without known timezone (IANA format)"
0 commit comments