Zapier is an online automation tool that connects apps and services to automate repetitive tasks and workflows, allowing users to create "Zaps" that trigger actions in one app based on events in another, thereby streamlining processes and improving efficiency.
POST https:
//hooks.zapier.com/hooks/catch/<replace_with_your_webhook_key>
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.