CreateJobAlertEmailInput
No description
input CreateJobAlertEmailInput {
name: String!
job_id: ID!
email_id: ID!
segment_id: ID
segment: CreateSegmentInput
send_at: DateTime!
}
Fields
CreateJobAlertEmailInput.name ● String! non-null scalar
The custom_object_record_id of the job.
CreateJobAlertEmailInput.job_id ● ID! non-null scalar
CreateJobAlertEmailInput.email_id ● ID! non-null scalar
CreateJobAlertEmailInput.segment_id ● ID scalar
CreateJobAlertEmailInput.segment ● CreateSegmentInput input
CreateJobAlertEmailInput.send_at ● DateTime! non-null scalar
Member Of
createJobAlertEmail mutation


