IFTTT is a web-based service that automates tasks by creating simple conditional statements ("applets") based on triggers from various web services, allowing users to connect and synchronize different apps and devices effortlessly.

POST https://maker.ifttt.com/trigger/<replace_with_your_event_name>/with/key/<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.