WebhookDeliveryDetails represents extended details for a single webhook delivery.
- requestHeaders[WebhookDeliveryHeader!]!A list of headers from the request.
- requestBodyBody of the request.
- responseBodyBody of the response.
- responseErrorResponse error, if any. Response error means that the payload was not delivered.
- responseHeaders[WebhookDeliveryHeader!]!A list of headers from the response.