Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.46 KB

MessageLogEntry.md

File metadata and controls

37 lines (26 loc) · 1.46 KB

MessageLogEntry

Message Log.

Properties

Name Type Description Notes
id String Unique identifier of the message.
service String Name of the service that generated the log entry.
changeType String Type of change that triggered the notification. [optional]
notificationId Integer ID of the notification. [optional]
notificationName String The name of the notification. [optional]
webhookId Integer ID of the webhook. [optional]
webhookName String The name of the webhook. [optional]
request MessageLogRequest [optional]
response MessageLogResponse [optional]
createdAt OffsetDateTime Timestamp when the log entry was created.
entityType EntityTypeEnum The entity type the log is related to.
url String The target URL of the request. [optional]
applicationId Integer Identifier of the Application. [optional]
loyaltyProgramId Integer Identifier of the loyalty program. [optional]
campaignId Integer Identifier of the campaign. [optional]

Enum: EntityTypeEnum

Name Value
APPLICATION "application"
LOYALTY_PROGRAM "loyalty_program"
WEBHOOK "webhook"