Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 866 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 866 Bytes

seven SMS provider

Elgg Logo

Features

  • Send SMS using seven API

Usage

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!');

Support

Need help? Feel free to contact us.