OBJECT
SentNotificationRecord
A Sent Notification
link GraphQL Schema definition
- type SentNotificationRecord {
- # The enumerated values: [:sms, :push, :email]
- String :
- # The time when the record was created
- String :
- # The enumerated values: [:sent, :delivered, :bounced]
- String :
- # The unique identifier of the record
- ID! :
- # Description of notification context. (Ex: 'Follow-up Session on Nov 16 at 1:00
- # PM EST with Joe Smith')
- String :
- # Examples: 'appointment_reminder', 'folder_shared', 'reminder_to_work_on_a_goal'
- String :
- # The type categorizing notification_type into subgroups. Accepted values:
- # [appointments, billing, chat_messages, accounting, documents, forms, goals,
- # journals, packages, programs]
- String :
- }