OBJECT

CustomEmail

A custom email

link GraphQL Schema definition

  • type CustomEmail {
  • # created at
  • created_at: String!
  • # Pagination cursor
  • cursor: Cursor!
  • # type of email
  • email_type: String
  • # email greeting
  • greeting: String
  • # The unique identifier of the email
  • id: ID!
  • # message body
  • message_body: String
  • # subject of email
  • name: String
  • # reactivation_wait_days
  • reactivation_wait_days: String
  • # Appointment Type, Program or Package object
  • related_object: CustomEmailRelatedObject
  • # subject of email
  • subject: String
  • # updated at
  • updated_at: String!
  • # user id of provider
  • user_id: ID
  • }