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