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 | text | How the webhook will handle retries if the first attempt is not received. | |
payload | text | The payload that the webhook sent | |
premium | tinyint(1) | Whether the webhook use will be counted as premium use | Default: 0 |
payload_format | varchar(10) | The format of which the payload was sent | Default is set to: standard |
custom_headers | text | The custom headers used to send the webhook | |
method | varchar(10) | The method of the webhook | Default is set to: POST |