Skip to content

Variable Usage Examples#

Examples of variable usage help you configure notifications in TheHive with dynamic content.

Examples#

EmailertoAddr notifier#

Subject

Case #{{object.number}} severity reached {{object.severity}}

From

thehive@strangebee.com

To

{{user.email}}

Template

Hello,

The following case severity reached {{object.severity}}.

Case details:
Number: {{object.number}}
Title: {{object.title}}
Owner: {{object.assignee}}
Description: {{object.description}}

You can review the case by clicking the following URL:
{{url}}

Regards,

TheHive Notification System

Next steps