Store Web Hook Information
Data model

Fields
| Field |
Type |
Description |
| body |
NVARCHAR (MAX) |
HTTP Request Body |
| content_type |
NVARCHAR (8000) |
HTTP Request ContentType |
| created* |
DATETIME |
Date of creation of the request |
| exception_web |
NVARCHAR (200) |
HTTP request failed |
| headers |
NVARCHAR (MAX) |
HTTP Request Headers |
| http_status_code |
SMALLINT |
HTTP Status Code |
| id* |
BIGINT |
Web Hook Identifier |
| modification_date |
DATETIME |
Date of last modification |
| modified_by |
INT |
Identifier of the last user who modified the record |
| remaining_attempts |
SMALLINT |
Number of retries for the request |
| response |
NVARCHAR (MAX) |
HTTP Request Response |
| send_status |
SMALLINT |
Status of the submission of the request |
| time_out |
NVARCHAR (60) |
Expiration Time |
| url* |
NVARCHAR (MAX) |
URL del Web Hook |
| verb* |
NVARCHAR (20) |
HTTP Verb |
Primary Key