| Name | Type | Description | Notes |
|---|---|---|---|
| timestamp | str | ISO Date and time when the request was made. | [optional] |
| execution_attempt | float | Number of attempts webhook endpoint was called before a success was returned or eventually failed | [optional] |
| status_code | int | HTTP Status code that was returned. | [optional] |
| success | bool | Whether or not the request was successful. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.