Image Webhook template with named attributes
New

Outbound webhooks: look up incident attributes by name in templates

Outbound webhook Handlebars templates now expose attributesByName on the incident model. Reference a specific attribute by name instead of relying on its position in the attributes array.

Published: Monday, 22 June 2026

Outbound webhook Handlebars templates now expose attributesByName on the incident model. You can reference a specific attribute by name (for example {{attributesByName.ENV.value}}) instead of relying on its position in the attributes array.

The existing attributes list is unchanged and still works for iterating over all attributes. When you load an incident for testing, the JSON preview includes both attributes and attributesByName.

Webhook template with named attributes