View Source API Reference sms_up v1.3.7

Modules

SmsUp is used to send sms throught SmsUP (other api may be integrated easily) by implementing the same behaviour. This module provides delegates to the internal modules for sending sms and the distributed One Time Password store. For the One Time Password functionality if you are part of a cluster the librairy uses mnesia to distibute the store accross the nodes.

Print the sms to the console and do not send it to any API. Usefull for dev environment and testing.

Deliver the sms throught SMS Up plateform with your API key.

This module provides function to validate phone number formats.

This module deals with generating random pin codes.

This module stores random pin associated with an id to be checked later. Default validity is 15 minutes and is configurable (value to be given in minutes): config :sms_up, pin_validity: 20

SMS sender api that can accept a configurable deliver for sending successfull messages.