Notification Gate Dialog

Description
Notification Gate Dialog The Notification Gate dialog is used to create define gates for delivering messages.
Name field Specifies the name of the gate, which can be any desired name.
{ANYNODE} field Specifies the {ANYNODE} where the gate will be created.
Gate Type field Specifies the type of the gate, which include:
  • EMAIL
    Defines an SMTP gate for sending email messages.
  • URL
    Defines a POST gate for sending requests to services.
SMTP Server 1 field Specifies the SMTP server host or domain name.
SMTP Port 1 field Specifies the SMTP server port number.
SMTP User 1 field Specifies the SMTP server username.
SMTP Password 1 field Specifies the SMTP server user's password.
Email Template 1 field Specifies additional email configurations in JSON format, which should follow this structure:
The following rules need to be considered:
  • #GATE-NAME#
    The tag #GATE-NAME# will be replaced with the name of the Notification Gate.
  • #PAYLOAD#
    The tag #PAYLOAD# will be replaced with the JSON input data that was received.
  • Delimiter: ^^
    The delimiter ^^ will be replaced with a new line feed character.
Post URL 2 field Specifies the POST URL for the request.
Headers 2 field Specifies the headers to be included in the POST request. Please provide the headers in JSON format, as shown in the example below:
Post Data Template 2 field Specifies additional email configurations in JSON format, which should be formatted as follows: The follwing rules need to be considered:
  • #GATE-NAME#
    The tag #GATE-NAME# will be replaced with the name of the Notification Gate.
  • #PAYLOAD#
    The tag #PAYLOAD# will be replaced with the JSON input data that was received.
Create button Saves the gate configuration and provisions it.
Cancel button Abort and close the dialog.
1 - Visible only when Gate Type EMAIL is selected.
2 - Visible only when Gate Type URL is selected.

Notification Gate Actions Menu

Description
Notification Gate Actions Menu On the right-hand side of the Notification Gate list view, you will find the "Actions" menu that displays shortcut icons and the dropdown menu icon. Below, we have listed the actions for the Notification Gate module.
Copy ID item Stores the gate ID in the clipboard.
Edit Gate item Opens the Notification Gate dialog in edit mode, allowing modifications.
Delete Gate item Opens a confirmation dialog that, if confirmed, deletes the gate.


The notificationgate Policy


The following is a list of policy grants that define and regulate access permissions for both users and the API. To manage these policies, please use the Roles dialog.

Grants

Description

API Command
full Grants full access ALL
delete Permits the deletion of the item. delete
edit Permits access to the "Edit" dialog.  
list Permits listing in the List View area or as JSON objects. list
new Permits access to the new "Provisioning" dialog.  
save Permits execution of the provisioning process. create, update