Your Active Alerts
{% if notifications %}
{% for notification in notifications %}
{% endfor %}
{% else %}
{{notification.domain}}
{{notification.notification.type.replace('_', ' ').title()}}
Alert Threshold:
{{notification.notification.blocks}} blocks
{% for notificationType in NOTIFICATION_TYPES %}
{% if notificationType.type == notification.notification.type %}
{% for field in notificationType.fields %}
{% if field.name != 'username' %}
{{field.label}}:
{{notification.notification[field.name]}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
No alerts configured
You haven't set up any domain expiry alerts yet. Use the forms below to add your first notification.
Add New Alert
Set up notifications to be alerted before your Handshake domains expire.
{% for notificationType in NOTIFICATION_TYPES %}
{% endfor %}
{{notificationType.description}}
Bulk Upload Domains
Upload a CSV file with your Handshake domains to set up multiple alerts at once.
Format: Each line should contain a domain name, followed by the type of notification (e.g., "exampledomain, email") & notification parameters
Example: exampledomain, email
Supported types: email, discord, slack, webhook
Download example CSV: Download Example CSV