web_hook_delivery_entity - Web Hook Delivery
Shows information regarding Web Hook Deliveries.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the webhook deliery entity | ||
delivery_id | int(11) | The ID of the delivery entity | ||
url | varchar(400) | The webhook URL | ||
variables | text | Variables used in the callback payload | ||
restriction | text | This field is deprecated | ||
restriction_ui | text | Any restrictions set for the webhook | ||
active | tinyint(1) | Whether or not the entity is active | ||
deleted | tinyint(1) | Whether or not the entity was deleted | ||
lastUpdated | timestamp | When the entity was last updated |