← Shopware 6.3.3.1

Shopware 6.3.3.1 webhook

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

Columns

7 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
created_at datetime(3) NO
updated_at datetime(3) YES

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