PagerDuty is an incident management platform that centralizes alerts from monitoring tools, facilitating quick response and resolution of incidents by notifying the right team members and coordinating their efforts to minimize downtime and ensure system reliability.
POST https:
//events.pagerduty.com/v2/enqueue
Content-Type: application/json
{
"routing_key"
:
"<replace_with_your_integration_key>"
,
"event_action"
:
"trigger"
,
"payload"
: {
"summary"
:
"{{context.trigger.eventTypeLocalized}}"
,
"source"
:
"LenelS2 Elements"
,
"severity"
:
"warning"
,
"component"
:
"security"
,
"group"
:
"production"
,
"class"
:
"application"
,
"custom_details"
: {
"event_id"
:
"{{context.trigger.id}}"
,
"event_type"
:
"{{context.trigger.eventType}}"
,
"severity"
:
"{{context.trigger.severity}}"
,
"timestamp"
:
"{{context.trigger.timestamp}}"
,
"device_id"
:
"{{context.trigger.device.id}}"
,
"space_id"
:
"{{context.trigger.space.id}}"
}
},
"links"
: [
{
"href"
:
"https://portal.elementssecure.com/events/{{context.trigger.id}}?activeCustomer={{context.trigger.customerId}}"
,
"text"
:
"View Event"
}
]
}
© 2025 Honeywell International Inc. All Rights Reserved.