From 2ecf9ee98a7801390f0873a1b549f46224dbf3aa Mon Sep 17 00:00:00 2001 From: Prateek Banga Date: Mon, 11 Sep 2023 19:53:48 +0530 Subject: [PATCH] udpates send email endpoint according to collection changes --- app/controllers/api/messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/messaging.php b/app/controllers/api/messaging.php index f71219f010..5355b56721 100644 --- a/app/controllers/api/messaging.php +++ b/app/controllers/api/messaging.php @@ -1235,7 +1235,7 @@ App::post('/v1/messaging/messages/email') 'html' => $html ], 'deliveryTime' => $deliveryTime, - 'deliveryError' => null, + 'deliveryErrors' => null, 'deliveredTo' => null, 'delivered' => false, 'search' => null,