Modified SMS HTTP API call

This commit is contained in:
Marko Jovanovic 2025-10-06 09:55:49 +02:00
parent 801cdc4075
commit 97f666f41e

View File

@ -87,7 +87,7 @@ class ContactUncontactedCommand extends Command
'allowedChannels': ['SMS'], 'allowedChannels': ['SMS'],
'from': 'UKB', 'from': 'UKB',
'to': [ 'to': [
{ 'number': '$phoneContact->getPhoneNumber()' } { 'number': '{$phoneContact->getPhoneNumber()}' }
], ],
'body': { 'body': {
'type': 'auto', 'type': 'auto',