Variable Usage Examples#
This topic provides examples of variable usage in the context of configuring notifications in TheHive.
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
- Configure the EmailerToAddr Notifier
- Configure the HttpRequest Notifier
- Configure the Mattermost Notifier
- Configure the Slack Notifier
- Configure the Teams Notifier
- Configure the webhook Notifier
- Configure the Kafka Notifier
- Configure the Redis Notifier
- Configure the RunAnalyzer Notifier
- Configure the RunResponder Notifier
- Configure the Function Notifier