Platform services
The following platform services provide building blocks for integrating with Banqup and developing custom plugins, applications, and other extensions.
- The Plugin service makes it possible to look up plugins by plugin interface, and to register plugins that implement a plugin interface.
- The Message service provides means to send and receive messages on and from Banqup.
- The Scheduling service can trigger messages based on a crontab schedule.
- The Todos framework makes it possible to have space assigned user todos.
- The Asset service can store, serve and optionally transform assets including but not limited to notification templates.
- The Notification service can send out notifications via email, SMS, and mobile push notifications. Templates for those notifications are stored on the Asset service.
Each of these components can be used to build and integrate custom solutions with Banqup.