MessageDeliveryLog
A message delivery log contains a `request` from Knock to a downstream provider and the `response` that was returned.
MessageDeliveryLog
A message delivery log contains a request from Knock to a downstream provider and the response that was returned.
Attributes
The typename of the schema.
The ID of the environment in which the message delivery occurred.
The unique identifier for the message delivery log.
Timestamp when the message delivery log was created.
A message delivery log request.
The body content that was sent with the request.
The headers that were sent with the request.
The host to which the request was sent.
The HTTP method used for the request.
The path of the URL that was requested.
The query string of the URL that was requested.
A message delivery log response.
The body content that was received with the response.
The headers that were received with the response.
The HTTP status code of the response.
The name of the service that processed the delivery.