From 527a0427850960ad5df862e293b930259a1ac31d Mon Sep 17 00:00:00 2001 From: Marko Jovanovic Date: Mon, 6 Oct 2025 08:47:01 +0200 Subject: [PATCH] Modified SMS HTTP API call --- src/Command/ContactUncontactedCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/ContactUncontactedCommand.php b/src/Command/ContactUncontactedCommand.php index c73fd57..6158d39 100644 --- a/src/Command/ContactUncontactedCommand.php +++ b/src/Command/ContactUncontactedCommand.php @@ -22,7 +22,7 @@ class ContactUncontactedCommand extends Command protected static $defaultName = 'app:contact-uncontacted'; protected static $defaultDescription = 'Sends out SMS messages.'; - protected static $apiEndpoint = 'https://gw.cmtelecom.com/gateway.ashx'; + protected static $apiEndpoint = 'https://gw.messaging.cm.com/v1.0/message'; // Inject the EntityManager and HttpClient as dependencies private EntityManagerInterface $entityManager;