Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ezeio2:userinterface:manage:destinations [2021-09-24 21:56] – ↷ Page moved from ezeio2:mange:destinations to ezeio2:userinterface:manage:destinations andreh | ezeio2:userinterface:manage:destinations [2026-01-12 20:23] (current) – johpar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Destinations & Destination Lists ====== | ====== Destinations & Destination Lists ====== | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| + | |||
| + | The purpose of these two resources is to allow efficient management of message templates and where they are sent. Once created, a Destination List can be selected for an unlimited number of "Send message" | ||
| + | |||
| + | Although visible from the groups under an account, Destinations and Destination List tabs are an account resource. If the users of a group need to create and manage their own Destinations and Destination Lists, their group must be upgraded to an account. | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | To access Destinations and Destination List a user must be invited to an account and have the privilege "Can add/change destinations" | ||
| + | </ | ||
| + | |||
| === Destinations === | === Destinations === | ||
| - | Destinations are the endpoints for messages sent via "Alarm Actions" | + | Destinations are the endpoints for messages sent via "Alarm Actions" |
| ^ Endpoint Type ^ Action ^ Example ^ | ^ Endpoint Type ^ Action ^ Example ^ | ||
| Line 12: | Line 21: | ||
| | Call phone with voice message | Directs a voice message to the phone number entered | **US:** +12125551234 **AU:** +6130717523456 | | | Call phone with voice message | Directs a voice message to the phone number entered | **US:** +12125551234 **AU:** +6130717523456 | | ||
| | Send to Pushover | Directs a text message to an individual through the Pushover app, using their Pushover key | : | | Send to Pushover | Directs a text message to an individual through the Pushover app, using their Pushover key | : | ||
| + | | Send to Nagios | Nagios is a open source monitoring system. See https:// | ||
| + | | Send command | Send a command to a different ezeio. See [[..: | ||
| Line 35: | Line 45: | ||
| ---- | ---- | ||
| - | === Headline === | ||
| - | |||
| === Message Templates === | === Message Templates === | ||
| - | The Message Template allows a user with adequate privileges, to customize the message assigned to each List Step (Destination) using plain text and [[ezeio2:mange:meggagetemplates|Message Template tags]]. The Default message templates are tailored to the Destination Type, making the default SMS messages shorter than email. You can also choose to give more or different information to some Destinations (recipients). Message Template Tags allow the message to contain current field values, device status, system info, meta data, even a Google maps link with the units location. | + | The Message Template allows a user with adequate privileges, to customize the message assigned to each List Step (Destination) using plain text and [[ezeio2:userinterface:manage: |
| **__Default SMS Message Template__** | **__Default SMS Message Template__** | ||
| Line 52: | Line 60: | ||
| ^ Message structure ^ Message item ^ tags ^ | ^ Message structure ^ Message item ^ tags ^ | ||
| - | | Sender | ezeio S/N, Name | Not customizable | + | | Sender | ezeio S/N, Name | Default to '' |
| | Subject | Message Type, Action Name | [SOURCENAME] [ACTIONAME] | | | Subject | Message Type, Action Name | [SOURCENAME] [ACTIONAME] | | ||
| | Body | Alarm Action Message, Date, Time | [ACTIONMESSAGE] [ISODATE] [ISOTIME] | | | Body | Alarm Action Message, Date, Time | [ACTIONMESSAGE] [ISODATE] [ISOTIME] | | ||
| - | | Footer (Fixed) | https:// | + | | Footer (Fixed) | https:// |
| | | | | | | | | | | ||
| - | === Customizing the subject === | + | === Customizing the email subject === |
| Customize an email Message Template by adding your own Subject text or tags followed by the special character " | Customize an email Message Template by adding your own Subject text or tags followed by the special character " | ||
| - | **Example: | + | **Example: |
| + | |||
| + | === Customizing the email sender === | ||
| + | |||
| + | By default, the email sender will be '' | ||
| + | In cases where the email is sent to some automated system that only accept specific senders, the email sender can be customized by using the Token field in the destination setting. | ||
| + | |||
| + | If the token ends with an at ('' | ||
| + | |||
| + | Example : If the token is set to '' | ||
| + | |||
| + | The token supports message tags, so '' | ||
| + | |||
| + | === Customizing the email/SMS footer === | ||
| + | |||
| + | By default the system will automatically add a short footer with the serial number to email and SMS messages, and a preamble to voice messages. You can eliminate this by adding a caret (^) as the very last character in the message template. | ||
| + | |||
| + | === POST format === | ||
| + | |||
| + | When using the POST destination, | ||
| + | |||
| + | <code javascript> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Additionally, | ||