Backend_WebhookResponse

struct

Log record representing an execution attempt and delivery response for a webhook target

Property Type Description
id Integer Unique identifier for the webhook response log entry
status Integer Internal status code of the webhook delivery attempt
code Integer HTTP status code returned by the remote webhook endpoint
attempts Integer Number of retry attempts executed for this webhook dispatch
error String Error message details if the delivery attempt failed
executeDate DateTime Timestamp when the webhook dispatch was attempted
part of the Apioo-Project