Power Automate is a service that automates workflows across multiple applications and services, enabling users to create automated workflows and tasks based on triggers, actions, and conditions without requiring extensive coding knowledge.
POST https:
//<instance>.<region>.logic.azure.com/workflows/<replace_with_your_flow_id>/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=<replace_with_your_flow_trigger_signature>
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.