Shopware 6.7.8.1 webhook
Registered webhooks (URLs) that receive HTTP callbacks when specified business events occur.
| 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 |
| only_live_version | tinyint unsigned | NO | Default: 0 |
| 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 |