SentNotificationRecord
A Sent Notification
Fields
notification_description
· String
· Description of notification context. (Ex: 'Follow-up Session on Nov 16 at 1:00 PM EST with Joe Smith') notification_type
· String
· Examples: 'appointment_reminder', 'folder_shared', 'reminder_to_work_on_a_goal' representation_type
· String
· The type categorizing notification_type into subgroups. Accepted values: [appointments, billing, chat_messages, accounting, documents, forms, goals, journals, packages, programs] Used By
Definition
"""A Sent Notification"""type SentNotificationRecord { """ The enumerated values: [:sms, :push, :email] """ category: String!
""" The time when the record was created """ created_at: String!
""" The enumerated values: [:sent, :delivered, :bounced] """ delivery_status: String!
""" The unique identifier of the record """ id: ID!
""" Description of notification context. (Ex: 'Follow-up Session on Nov 16 at 1:00 PM EST with Joe Smith') """ notification_description: String
""" Examples: 'appointment_reminder', 'folder_shared', 'reminder_to_work_on_a_goal' """ notification_type: String
""" The type categorizing notification_type into subgroups. Accepted values: [appointments, billing, chat_messages, accounting, documents, forms, goals, journals, packages, programs] """ representation_type: String
""" The ID of the user this notification was sent to """ user_id: ID}