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.| Setting | Description |
|---|---|
| Connector Id | The static, unique identifier for the connector. |
| Connector Type | Displays the connector name and a description of what it does. |
| Connector Description | An optional field to provide a free-form description of the connector and its role in the flow. |
| Subject | The subject line of the outgoing email message. |
| Message | The body of the outgoing email message. Script is supported, as are the following macros: %MessageId%, %ConnectorID%, %Filename%, %FilenameNoExt%, %EXT%, %ShortDate%, %LongDate%, %RegexFilename:[regex]%, %DateFormat:[format]%, %Header:[headerName]% |
Advanced Tab
| Setting | Description |
|---|---|
| Processing Delay | The amount of time (in seconds) by which the processing of files placed in the Transactions tab is delayed. This is a legacy setting. Best practice is to use a File connector to manage local file systems instead of this setting. |
Message
Logging
Other Settings
| Setting | Description |
|---|---|
| Processing Delay | The amount of time (in seconds) by which the processing of files placed in the Transactions tab is delayed. This is a legacy setting. Best practice is to use a File connector to manage local file systems instead of this setting. |
Miscellaneous
Automation Tab
Automation Settings
Settings related to the automatic processing of files by the connector.| Setting | Description |
|---|---|
| Send | Whether messages arriving at the connector are automatically processed. |
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.