Field | Type | Required | Description |
---|---|---|---|
webhook |
models.Webhook | ✔️ | N/A |
request_body_sent |
models.RequestBodySent | ✔️ | The request body sent to the target URL. It will contain an event type of event.test and an empty (null) data payload. |
response_status_code |
int | ✔️ | The response status code after sending a ping event to the URL. |