The New Relic app for Zoom Team Chat helps operations teams monitor, troubleshoot, and optimize their applications and infrastructure right from within Team Chat.
Users can create an app that integrates with New Relic to receive alerts through an incoming webhook. This app supports bot services and tracks key telemetry data, including marketplace analytics, installations, monthly active users, and subscriptions. It meets the requirements for both incoming webhook and bot service support. Additionally, the app offers user-level controls, enabling detailed customization of alert notifications and improving the overall monitoring experience.
{
"id": {{ json issueId }},
"priority": {{ json priority }},
"priorityText": {{json priorityText}},
"state":{{json state}},
"stateText":{{json stateText}},
"issueTitle": {{ json issueTitle }},
"issueUrl": {{ json issuePageUrl }},
"incidents":{{json annotations.title}},
"impactedEntities": {{ json entitiesData.names}},
"conditions":{{ json accumulations.conditionName }},
"policies":{{json accumulations.policyName}},
"violationDescription": {{json accumulations.conditionDescription.[0]}},
"workflowName": {{ json workflowName }},
"workflowUrl":{{ json workflowUrl }},
"ackUrl":{{json issueAckUrl}},
"closeUrl": {{ json issueCloseUrl}},
"queryUrl": {{ json accumulations.deepLinkUrl.[0]}},
"runBookUrl": {{json accumulations.runbookUrl.[0]}},
"imageUrl": {{ json violationChartUrl }},
"trigger": {{ json triggerEvent }},
"isCorrelated": {{ json isCorrelated }},
"createdAt": {{ createdAt }},
"updatedAt": {{ updatedAt }},
"triggeredAt":{{ triggeredAt}},
"sources": {{ json accumulations.source }}