...
Attribute | Description | Column | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Refers to the webhook, whose execution this entity represents. | Yes | ||||||||||||||||||||
Event | The incident type (triggering event), for which the webhook was configured. | Yes | ||||||||||||||||||||
Entity name | The name of the entity (Incoming Connection, Outgoing Connection or Mail Handler), for which the incident occured. | Yes | ||||||||||||||||||||
Error Message | The “message” value that was rendered in the request body. In most cases, this is the same message that can be found in the Error Queue of the failing component. | Yes | ||||||||||||||||||||
Time of Execution | Timestamp indicating whenthis execution entity was created (with
| Yes | ||||||||||||||||||||
Status | One of the following values
| Yes | ||||||||||||||||||||
Service URL called | The final URL that was actually called. | No | ||||||||||||||||||||
Webhook Response | The HTTPs status code and message received from the remote endpoint (i.e. the response of the receiving service).
| No | ||||||||||||||||||||
Request Headers Executed | The final generated Request Header that was sent with the request. Due to the pecularities of the library being used for dispatching the HTTPs request, the Content-Type header is not listed here, but it is always included included in the real request headers with the value of “application/json“. | No | ||||||||||||||||||||
Request Body Executed | The final generated Request Body that was sent with the request. | No | ||||||||||||||||||||
Failure Reason | In the event of a failure (
| No |
...