Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.38 KB

MessageLogEntry.md

File metadata and controls

36 lines (23 loc) · 1.38 KB

TalonOne.MessageLogEntry

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 Number ID of the notification. [optional]
notificationName String The name of the notification. [optional]
webhookId Number ID of the webhook. [optional]
webhookName String The name of the webhook. [optional]
request MessageLogRequest [optional]
response MessageLogResponse [optional]
createdAt Date Timestamp when the log entry was created.
entityType String The entity type the log is related to.
url String The target URL of the request. [optional]
applicationId Number Identifier of the Application. [optional]
loyaltyProgramId Number Identifier of the loyalty program. [optional]
campaignId Number Identifier of the campaign. [optional]

Enum: EntityTypeEnum

  • application (value: "application")

  • loyalty_program (value: "loyalty_program")

  • webhook (value: "webhook")