Skip to main content
Skip table of contents

Event Notification - Templates

Asset

Asset Created

CODE
Asset added - {{ asset.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following asset was created on {{ asset.created }} by {{ asset.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/assets/{{asset.id}}'">{{
      asset.name }}</a> </p>
  <p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Asset Deleted

CODE
Asset removed - {{ asset.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following asset was deleted on {{ asset.created }} by {{ asset.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong>{{asset.name }}</p>
  <p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Asset Modified

CODE
Asset modified - {{ asset.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following asset was modified on {{ asset.created }} by {{ asset.updatedBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong>{{asset.name }}</p>
  <p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Configuration

Configuration Created

CODE
Configuration created - {{ configuration.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following configuration was created on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Configuration Deleted

CODE
Configuration deleted - {{ configuration.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following configuration was deleted on {{ configuration.created }} by {{ configuration.modifiedBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong>{{ configuration.name }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Configuration Done

CODE
Configuration modified - {{ configuration.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following configuration was modified on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Configuration Modified

CODE
Configuration modified - {{ configuration.name }}

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following configuration was modified on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Finding

Finding Created

To filter by severity see High/Medium/Low/Information-risk Findings in Event Notification - Use Cases.

CODE
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}

<div>
  <p style="padding-bottom: 8px">
    Dear {{ user.firstName }} on behalf of Outpost24,
  </p>
  <p>
    The following {{ finding.cvssV3Severity }} risk vulnerabilities were found for {{ finding.assetName }} as part of
    the ongoing {{ finding.source|join(', ') }} service:
  </p>
</div>
<div style="padding-bottom: 10px">
  <p>
    <b><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{ finding.name }}</a></b>
  </p>
</div>
<div>
  <p>
    Best Regards,
  </p>
  <p>
    Outpost24
  </p>
</div>

Finding Deleted

CODE
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}

<div>
  <p style="padding-bottom: 8px">
    Dear {{ user.firstName }} on behalf of Outpost24,
  </p>
  <p>
  The following {{ finding.cvssV3Severity }} risk vulnerabilities have been deleted for {{finding.assetName}}:
  </p>
</div>
<div style="padding-bottom: 10px">
  <p>
    <b>{{ finding.name }}</b>
  </p>
</div>
<div>
  <p>
    Best Regards,
  </p>
  <p>
    Outpost24
  </p>
</div>

Finding Modified

CODE
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}

<div>
  <p style="padding-bottom: 8px">
    Dear {{ user.firstName }} on behalf of Outpost24,
  </p>
  <p>
  The following {{ finding.cvssV3Severity }} risk vulnerabilities have been modified for {{finding.assetName}}:
  </p>
</div>
<div style="padding-bottom: 10px">
  <p>
    <b><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{ finding.name }}</a></b>
  </p>
</div>
<div>
  <p>
    Best Regards,
  </p>
  <p>
    Outpost24
  </p>
</div>

Finding Risk Accepted

CODE
Risk accepted

<div>
  <p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following {{ finding.cvssV3Severity }} risk vulnerabilities have been accepted on {{ finding.accepted }}:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{
      finding.name }}</a></p>
  <p><strong>Acceptance Comment:: </strong>{{ finding.acceptedComment }}</p>
  <p><strong>Accepted Date: </strong>{{ finding.accepted }}</p>
  <p><strong>Accepted Until: </strong>{{ finding.acceptedUntil }}</p>
  <p><strong>Accepted for asset: </strong>{{ finding.assetName }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Finding Risk Accepted Expiration

CODE
Risk Acceptance Expiring

<div>
  <p>Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following {{ finding.cvssV3Severity }} risk vulnerabilities acceptance has expired:</p>
</div>
<div style="padding-bottom: 10px">
  <p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{
      finding.name }}</a></p>
  <p><strong>Acceptance Comment:: </strong>{{ finding.acceptedComment }}</p>
  <p><strong>Accepted Date: </strong>{{ finding.accepted }}</p>
  <p><strong>Accepted Until: </strong>{{ finding.acceptedUntil }}</p>
  <p><strong>Accepted for asset: </strong>{{ finding.assetName }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

New Release Notes

CODE
Release Notes: {{ data.releaseVersion }}

<div>
  <p>Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>Release notes for version {{ data.releaseVersion }}.</p>
</div>
<div style="padding-bottom: 10px">
  Great news! Portal has been updated. For more details of what's in this release, see <a
    href="https://kb.outpost24.com/kb/release-notes-and-notices">https://kb.outpost24.com/kb/release-notes-and-notices</a>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Resource Group

Resource Group Created

CODE
Resource group created: {{ resourceGroup.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following resource group has been created:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ resourceGroup.name }}</p>
  <p><strong>Created By: </strong>{{ resourceGroup.createdBy }}</p>
  <p><strong>Creation Date: </strong>{{ resourceGroup.created }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Resource Group Deleted

CODE
Resource group deleted: {{ resourceGroup.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following resource group has been deleted:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ resourceGroup.name }}</p>
  <p><strong>Deleted By: </strong>{{ resourceGroup.updatedBy }}</p>
  <p><strong>Deletion Date: </strong>{{ resourceGroup.updated }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Resource Group Modified

CODE
Resource group modified: {{ resourceGroup.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following resource group has been modified:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ resourceGroup.name }}</p>
  <p><strong>Modified By: </strong>{{ resourceGroup.updatedBy }}</p>
  <p><strong>Modified Date: </strong>{{ resourceGroup.updated }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Role

Role Created

CODE
Role created: {{ role.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following role has been created:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ role.name }}</p>
  <p><strong>Created By: </strong>{{ role.createdBy }}</p>
  <p><strong>Creation Date: </strong>{{ role.created }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Role Deleted

CODE
Role deleted: {{ role.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following role has been deleted:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ role.name }}</p>
  <p><strong>Deleted By: </strong>{{ role.updatedBy }}</p>
  <p><strong>Deletion Date: </strong>{{ role.updated }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Role Modified

CODE
Role modified: {{ role.name }}

<div>
  <p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The following role has been modified:</p>
</div>
<div style="padding-bottom: 8px">
  <p><strong>Name: </strong>{{ role.name }}</p>
  <p><strong>Deleted By: </strong>{{ role.updatedBy }}</p>
  <p><strong>Deletion Date: </strong>{{ role.updated }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Scan

Scan Done

CODE
Scan done with status {{ scan.status }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>The scan of <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
      }}</a> has failed with the status {{ scan.status }}:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Configuration name: </strong>{{ configuration.name }}</p>
  <p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
  <p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Scan Started

CODE
Scan started for asset {{ scan.assetIdentifierName }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A scan has started for the asset <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
      }}</a>:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Configuration name: </strong>{{ configuration.name }}</p>
  <p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
  <p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Scan Stopped

CODE
Scan stopped for asset {{ scan.assetIdentifierName }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A scan has been stopped by {{ scan.updatedBy }} for the asset <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
      }}</a>:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Configuration name: </strong>{{ configuration.name }}</p>
  <p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
  <p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Schedule

Schedule Created

CODE
Schedule created: {{ schedule.name }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A new schedule has been created by {{ schedule.createdBy }} on {{ schedule.created }}:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Schedule name: </strong><a
      href="https://outscan.outpost24.com/portal/en/#/schedules/{{ schedule.id }}/schedule">{{ schedule.name }}</a></p>
  <p><strong>Schedule frequency: </strong>{{ schedule.frequency }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Schedule Deleted

CODE
Schedule deleted: {{ schedule.name }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A schedule has been deleted by {{ schedule.updatedBy }} on {{ schedule.updated }}:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Schedule name: </strong>{{ schedule.name }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Schedule Modified

CODE
Schedule modified: {{ schedule.name }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A schedule has been modified by {{ schedule.createdBy }} on {{ schedule.created }}:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Schedule name: </strong><a
      href="https://outscan.outpost24.com/portal/en/#/schedules/{{ schedule.id }}/schedule">{{ schedule.name }}</a></p>
  <p><strong>Schedule frequency: </strong>{{ schedule.frequency }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

User

User Created

CODE
User created: {{ userAccount.username }}	

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A new user has been created:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
      }}</a></p>
  <p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

User Deleted

CODE
User deleted: {{ userAccount.username }}	

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A user has been deleted:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
      }}</a></p>
  <p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

User Login Attempt

CODE
User login attempt: {{ userAccount.username }}	

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A login attempt has been registered by the user:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
      }}</a></p>
  <p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
  <p><strong>Time: </strong>{{ user.lastLogonDate }}</p>
  <p><strong>Remote host:: </strong>{{ user.lastLogonIp }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

User Modified

CODE
User modified: {{ userAccount.username }}

<div>
  <p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
  <p>A user has been modified:</p>
</div>
<div style="padding-bottom: 8px;">
  <p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
      }}</a></p>
  <p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
  <p>Best Regards,</p>
  <p>Outpost24</p>
</div>

Related Documents




Copyright

© 2024 Outpost24® All rights reserved. This document may only be redistributed unedited and unaltered. This document may be cited and referenced only if clearly crediting Outpost24® and this document as the source. Any other reproduction and redistribution in print or electronically is strictly prohibited without explicit permission.

Trademark

Outpost24® and OUTSCAN™ are trademarks of Outpost24® and its affiliated companies. All other brand names, product names or trademarks belong to their respective owners.

JavaScript errors detected

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

If this problem persists, please contact our support.