Key Capabilities
- Simple email notification system using application-wide alert settings
- Configurable subject lines and message bodies with macro and Script support
- Automatic email sending to predefined recipients from the Alerts configuration
- Support for file attachments and both synchronous and asynchronous delivery
Connector Configuration
This section contains all of the configurable connector properties.Settings Tab
Configuration
Settings related to the core configuration of the connector.Advanced Tab
Message
Logging
Other Settings
Miscellaneous
Automation Tab
Automation Settings
Settings related to the automatic processing of files by the connector.Performance
Alerts Tab
SLAs Tab
Notify Operations
In addition to the Operations provided with , connectors can provide operations that extend functionality into Script. These connector operations can be called just like any other Script operation, except for two details:- They must be called through the
connector.rscendpoint. - They must include an auth token.
notifySendEmail
Sends email notifications.Required Parameters
- Message: The message to send.
Optional Parameters
- To: A comma separated list of addresses for destinations.
- Subject: The message subject.
- Attachment#: File(s) to attach to the message.
- Async: Send asynchronously. The allowed values are
trueorfalse. The default value istrue.