Skip to content

WebhookDelivery

No description

type WebhookDelivery {
uuid: String!
date: Time!
event: WebhookEvent!
subscription: WebhookSubscription!
requestBody: String!
responseBody: String
responseHeaders: String
responseStatus: Int
}

These details are provided only after a response is received from the remote server. If a response is sent whose Content-Type is not text/*, or cannot be decoded as UTF-8, the response body will be null. It will be truncated after 64 KiB.

WebhookDeliveryCursor object