Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 6.24 KB

File metadata and controls

19 lines (15 loc) · 6.24 KB

MessagingMessageResultAuthor

Author of the message

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields Map<String, Object> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
externalReference JsonNullable<String> The external ID associated with this user al60043
name JsonNullable<String> The user name John Dew
email JsonNullable<String> The user email john@dew.com
phoneNumber JsonNullable<String> The user phone number +1234567890
active JsonNullable<MessagingMessageResultActive> The user active status true
createdAt OffsetDateTime The created_at date 2021-01-01T01:01:01.000Z
updatedAt OffsetDateTime The updated_at date 2021-01-01T01:01:01.000Z