Skip to main content

Messages Model

Overview

Handles user messages and notifications.

Fields

FieldTypeDescriptionRequired
idstringid field
senderstringsender field
RecipientsarrayRecipients field
attachmentsarrayattachments field
message_typestringmessage_type field
subjectstringsubject field
bodystringbody field
statusbooleanstatus field
labelstringlabel field
message_template_idstringmessage_template_id field
created_atdatecreated_at field
modified_atdatemodified_at field
sites_idstringsites_id field
org_idstringorg_id field
application_idstringapplication_id field
screen_idstringscreen_id field
menuitem_idstringmenuitem_id field
object_idstringobject_id field
sub_object_idstringsub_object_id field
participants_idstringparticipants_id field

Sample JSON

{
"id": "example_value",
"sender": "example_value",
"Recipients": "example_value",
"attachments": "example_value",
"message_type": "example_value",
"subject": "example_value",
"body": "example_value",
"status": "example_value",
"label": "example_value",
"message_template_id": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"sites_id": "example_value",
"org_id": "example_value",
"application_id": "example_value",
"screen_id": "example_value",
"menuitem_id": "example_value",
"object_id": "example_value",
"sub_object_id": "example_value",
"participants_id": "example_value"
}