In the documentation it it mentioned that you can specify from when using the sms sending formula: https://docs.espocrm.com/administrat...la/#extsmssend
Has anyone sucessfully done this? If I try to do this like this:
Code:
$smsId = record\create(
'Sms',
'from', from,
'to', to,
'body', sendBody
);
