diff --git a/application/Espo/Core/Webhook/Queue.php b/application/Espo/Core/Webhook/Queue.php index f2f901b538..6c7689887e 100644 --- a/application/Espo/Core/Webhook/Queue.php +++ b/application/Espo/Core/Webhook/Queue.php @@ -111,7 +111,7 @@ class Queue 'event' => $item->get('event'), 'targetId' => $item->get('targetId'), 'targetType' => $item->get('targetType'), - 'status' => 'Pending', + 'status' => WebhookQueueItem::STATUS_PENDING, 'data' => $item->get('data'), 'attempts' => 0, ]);