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] |
-
application
(value:"application"
) -
loyalty_program
(value:"loyalty_program"
) -
webhook
(value:"webhook"
)