Modified SMS HTTP API call
This commit is contained in:
parent
801cdc4075
commit
97f666f41e
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user