JobAlertEmailPatchableFields
No description
input JobAlertEmailPatchableFields {
email_id: ID
job_id: ID
name: String
segment: PatchableSegmentFields
send_at: DateTime
}
Fields
JobAlertEmailPatchableFields.email_id
● ID
scalar
JobAlertEmailPatchableFields.job_id
● ID
scalar
The custom_object_record_id of the job.
JobAlertEmailPatchableFields.name
● String
scalar
JobAlertEmailPatchableFields.segment
● PatchableSegmentFields
input
JobAlertEmailPatchableFields.send_at
● DateTime
scalar
The time of day to send the email in the format HH:MM. Please use the UTC timezone.
Member Of
UpdateJobAlertEmailInput
input