Database – Web Hook Delivery (web_hook_delivery_entity)
Shows information regarding Web Hook Deliveries.
Column | Data Type | Column Info | Value Notes |
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 | |
authorization_token | varchar(35) | The authorization token for the webhook. | |
retries | varhcar(150) | How the webhook will handle retries if the first attempt is not received. |