Modified SMS HTTP API call

This commit is contained in:
Marko Jovanovic 2025-10-06 08:47:01 +02:00
parent 3d13842004
commit 527a042785

View File

@ -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;