Homepage

SentNotification

Last edit: Oct 26, 2022

Sent Notification(api call, email, sms)

type SentNotification implements AdminNonDeployableSharedAttributesInterface {
  content: String
  created_at: JSONDate!
  id: ID!
  notification_id: ID!
  notification_type: NotificationTypeEnum!
  options: HashObject
  updated_at: JSONDate!
}

Fields

content (String)

created_at (JSONDate)

id (ID)

notification_id (ID)

notification_type (NotificationTypeEnum)

options (HashObject)

updated_at (JSONDate)

Interfaces

AdminNonDeployableSharedAttributesInterface

Questions?

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

contact us