RecurringJobSummaryPatchableFields
No description
input RecurringJobSummaryPatchableFields {
email_id: Int
segment: PatchableSegmentFields
send_at_day: Day
send_at_time: String
}
Fields
RecurringJobSummaryPatchableFields.email_id ● Int scalar
RecurringJobSummaryPatchableFields.segment ● PatchableSegmentFields input
RecurringJobSummaryPatchableFields.send_at_day ● Day enum
RecurringJobSummaryPatchableFields.send_at_time ● String scalar
The time of day to send the email in the format HH:MM. Please use the UTC timezone.


