Modified SMS HTTP API call
This commit is contained in:
parent
3d13842004
commit
527a042785
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user