public interface ReifyMessaging
Reify allows you to send two different kind of messages from your applications: Email and SMS.
There is a special DataSource named 'isc_sendEmail', which you can directly use from your app. The following fields are required to send this kind of message:
You need to set up the following entry in the server.properties file in order to use this feature:
Also, you can check the Mail overview
to
know how to set up access to an SMTP server and complete the configuration to use this feature.
SMS
There is a special DataSource named 'isc_sendSMS', which you can directly use from your app. The following fields are required to send this kind of message:
Also, Reify uses a specific Twilio library to achieve this. You need to set up the following entries in the server.properties file in order to use this feature:
You need to register in the Twilio website and set up your account in order to get the required values.