JobAlertEmailPatchableFields
No description
input JobAlertEmailPatchableFields {
name: String
job_id: ID
email_id: ID
segment: PatchableSegmentFields
send_at: DateTime
}
Fields
JobAlertEmailPatchableFields.name ● String scalar
JobAlertEmailPatchableFields.job_id ● ID scalar
The custom_object_record_id of the job.
JobAlertEmailPatchableFields.email_id ● ID 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


