WebhookMessageDeliveryStatus
The delivery statuses for a webhook message.
enum WebhookMessageDeliveryStatus {
FAIL
PENDING
SENDING
SUCCESS
}
Values
WebhookMessageDeliveryStatus.FAIL
The attempt to deliver the webhook message failed.
WebhookMessageDeliveryStatus.PENDING
The attempt to deliver the webhook message is pending.
WebhookMessageDeliveryStatus.SENDING
The attempt to deliver the webhook message is in the process of being sent.
WebhookMessageDeliveryStatus.SUCCESS
The attempt to deliver the webhook message was successful.
Member Of
WebhookMessage
object ● WebhookMessageDeliveryAttempt
object ● webhookMessages
query