Homepage

NotificationEmailInput

Last edit: Apr 22, 2025

Input type for email parameters

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

Fields

bcc (String)

BCC email address

cc (String)

CC 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