From 97f666f41ed74290b28924a6c5cd376aa1bb400c Mon Sep 17 00:00:00 2001 From: Marko Jovanovic Date: Mon, 6 Oct 2025 09:55:49 +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 a5211d3..4f160a9 100644 --- a/src/Command/ContactUncontactedCommand.php +++ b/src/Command/ContactUncontactedCommand.php @@ -87,7 +87,7 @@ class ContactUncontactedCommand extends Command 'allowedChannels': ['SMS'], 'from': 'UKB', 'to': [ - { 'number': '$phoneContact->getPhoneNumber()' } + { 'number': '{$phoneContact->getPhoneNumber()}' } ], 'body': { 'type': 'auto',