← Shopware 6.7.12.1

Shopware 6.7.12.1 webhook_event_log

Log of webhook dispatch attempts with status, response code, and payload info.

Columns

19 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
app_name varchar(255) YES
webhook_name text NO
event_name varchar(255) NO
delivery_status varchar(255) NO
timestamp int YES
processing_time int YES
app_version varchar(255) YES
request_content json YES
response_content json YES
response_status_code int YES
response_reason_phrase varchar(255) YES
url varchar(500) NO
serialized_webhook_message longblob YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES
only_live_version tinyint unsigned NO Default: 0
sequence bigint unsigned YES

Indexes

1 indexes

Index Name Columns Unique
PRIMARY id Yes

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id webhook_delivery webhook_event_log_id