Skip to main content

Web Notifications

An agent can be configured to post web notifications (status information) to a web service after it has completed a run. This can be used as an alternative to email notifications.

WebNotifications.gif

Setting up Web Notifications

An agent posts web notifications (status information) as URL parameters or as JSON formatted content. This gives better flexibility than email notifications, since the web service can easily parse the status information and take action depending on that information.

You can setup Start Notification and Completed Notification.

Web_Notification_Start.png

The agent is configured to post JSON formatted Start Notification status information

Web_Notification_Complete.png

The agent is configured to post JSON formatted Completed Notification status information

The Web Notifications screen has the following fields. 

Field

Description

URL

Specifies the method and the URL to the web service. This field cannot be empty. The method must be one of the following:

GET
POST
DELETE
PUT
PATCH

Post Data

The data to post to the web service. This field can be empty if status information is specified as URL parameters.

Sequentum Enterprise will automatically replace all parameters enclosed in <>, but any number of custom parameters can be added.

Headers

Optional headers to send with the request. Normally, Content-Type must be specified when posting JSON content.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.