Configuring JSM Alerts to Receive alerts via webhooks
PreviousConfiguring Slack to receive alerts via webhooksNextConfiguring Microsoft Teams to receive alerts via webhooks
Last updated
Last updated
{
"message": "$!message",
"alias": "$!entity.type - $!entity.id",
"description": "$!details",
"tags": [
"Critical"
],
"details": {
"Entity Name": "$!entity.name",
"Entity Type": "$!entity.type",
"Entity ID": "$!entity.id",
"Entity Link": "$!entity.link",
"Jira Base Url": "$!jiraBaseUrl",
"Incident Timestamp": "$!timestamp"
},
"entity": "Email This Issue",
"priority": "P1"
}