Skip to main content
The Notify connector sends simple notification emails to the recipients defined on the application Alerts page.

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.
If you have not already specified notification settings on the Alerts page, click Configure Notification Settings to set them up.

Advanced Tab

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:
  1. They must be called through the connector.rsc endpoint.
  2. They must include an auth token.
For example, calling a connector operation using both of these rules might look something like this:
The operation specific to the functionality of the Notify connector is listed below.

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 true or false. The default value is true.