SMS
Perigee currently supports two different SMS clients right out of the box. It's easy to register them and use them from anywhere within your application.
At the start of your Perigee application, register the related alert managers.
Anywhere from the code later on, call
AlertManager.SMS()
and supply theName
(The name of the account you registered)ToNumber
(Who it is going to, if within the US, start with the digit1
)Message Body
(The SMS body content)
Code
Last updated