WebhookRecipientMeta
Webhook-specific metadata for a notification recipient.
type WebhookRecipientMeta {
lastResponse: String
lastResponseCode: Int
lastResponseTime: Date
webhookVersion: String
}
Fields
WebhookRecipientMeta.lastResponse ● String scalar common
The last response body returned by the webhook endpoint.
WebhookRecipientMeta.lastResponseCode ● Int scalar common
The last HTTP status code returned by the webhook endpoint.
WebhookRecipientMeta.lastResponseTime ● Date scalar common
When the webhook endpoint last responded.
WebhookRecipientMeta.webhookVersion ● String scalar common
The webhook payload version configured for the recipient.
Member Of
WebhookNotificationRecipient object