This plugin provides a handler for SMS notification delivery for the notifications_sms
plugin.
It also supports sending SMS messages programmatically:
notify_user($member->guid, 0, $subject, $message, [
'action' => 'something',
'object' => $entity,
'sms' => $sms, // Custom text of the SMS notification, falls back to 'summary' and then to 'subject'
'summary' => $summary,
'url' => $entity->getURL(),
], ['email', 'site', 'sms']);
elgg_send_sms('+4987654210', 'HI2U!');
Need help? Feel free to contact us.