AutomationJobEmail
No description
type AutomationJobEmail {
to: String
subject: String
body: String
mailServerId: ID
}
Fields
AutomationJobEmail.to ● String scalar
The recipients of the email
AutomationJobEmail.subject ● String scalar
The subject of the email
AutomationJobEmail.body ● String scalar
The body of the email
AutomationJobEmail.mailServerId ● ID scalar
The ID of the mail server supposedly sending the email.
Member Of
AutomationJob object