Email Templates configuration

Overview

Email templates are customizable to provide exactly the information you want to include when you notify your subscriber or your internal teams.

 

Access the System Settings menu within AbuseHQ to configure Mail Notifications.

You will need to access this menu within the Admin Portal to add an account:

  • Click the Settings option in the left menu under AbuseHQ.
  • Click on Mail Notifications under Integrations
  • Click on the Create Template button

Once you’re in, you’ll be asked to:

  1. Enter a Name and Description for the email template
  1. Select the SMTP service you wish to use from the dropdown menu
  1. Fill in the mail template with your custom message.
  1. Finally, click on the Save button in the top right corner.
Notion Image

SMTP Service

You need to specify which SMTP server AbuseHQ should use to send your email notifications.

You can store multiple SMTP servers and select one for each template.

Notion Image

Templates

Example Template

From: [email protected]
To: {{ s.resolver_data.email }}
Subject: [Reference ID: {{ case.id }}] Possible NTP Abuse from your Network Dear {{ subscriber.resolver_data.name | default: “Customer” }},

We have been notified of a potential security-related issue with your internet service.

— The following material was provided to us as evidence —

{ { repshare.event.url }} URL to the abuse report.

 

Templating Language

AbuseHQ uses the Liquid syntax to insert dynamic data into your email templates. Here is a short introduction on how to use it:

{{ user.name }}

{{ user.mood | default: ‘😃’ }}

{% if product.rating >= 4 %}

These shoes are awesome!

{% endif %}

{% if customer.name == ‘kevin’ %}

Hey Kevin!

{% elsif customer.name == ‘anonymous’ %}

Hey Anonymous!

{% else %}

Hi Stranger!

{% endif %}

{% comment %}

This is a block comment in Liquid

{% endcomment %}

 

 

Send us a message

Having trouble with your setup or a technical issue? Get in touch with our team of Abusix experts.

Click the chat button at the bottom and send us your questions. Alternatively, you can email us at [email protected]