Homepage

NotificationEmailInput

Last edit: Oct 17, 2024

Input type for email parameters

type NotificationEmailInput {
  bcc: [String!]
  content: String
  delay: Int
  from: String
  reply_to: [String!]
  subject: String
  to: [String!]!
}

Fields

bcc (String)

BCC email address

content (String)

Email body content

delay (Int)

Delay in minutes before sending the email

from (String)

Sender email address

reply_to (String)

Reply-to email address

subject (String)

Email subject

to (String)

Recipient email address

Questions?

We are always happy to help with any questions you may have.

contact us