Google Sheets is a web-based spreadsheet application offered by Google. It allows users to create, edit, and collaborate on spreadsheets online.

POST https://script.google.com/macros/s/<replace_with_your_webhook_key>/exec
Content-Type: application/json
{
"eventId": "{{context.trigger.id}}",
"eventType": "{{context.trigger.eventType}}",
"severity": "{{context.trigger.severity}}",
"timestamp": "{{context.trigger.timestamp}}",
"deviceId": "{{context.trigger.device.id}}",
"spaceId": "{{context.trigger.space.id}}",
"personId": "{{context.trigger.person.id}}",
"credentialId": "{{context.trigger.credential.id}}"
}

© 2025 Honeywell International Inc. All Rights Reserved.