You can also view the full-sized version.
RapidSMS applications, or “apps”, perform one or more of the following functions:
For example, a registration application may provide a messaging protocol for users to register themselves into the system. In general, you’ll probably be writing applications more than anything else. Please see the application documentation for more information.
Backends receive messages from external sources and deliver messages from applications to external sources. Example backends include:
Please see the backend documentation for more information.
The router is the message processing component of RapidSMS. It provides the infrastructure to receive incoming, send outgoing messages, and gluing together your applications and backends. RapidSMS provides a several built-in routers to use based on the needs of your application.
Please see the router documentation for more information.