← Shopware 6.5.0.0

Shopware 6.5.0.0 webhook

Registered webhooks (URLs) that receive HTTP callbacks when specified business events occur.

Columns

9 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO Index
event_name varchar(500) NO
url varchar(500) NO
app_id binary(16) YES Index Foreign Key → app.id
active tinyint(1) YES Default: 1
created_at datetime(3) NO
updated_at datetime(3) YES
error_count int NO Default: 0

Indexes

3 indexes

Index Name Columns Unique
fk.webhook.app_id app_id No
PRIMARY id Yes
uniq.webhook.name name,app_id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
app_id app id