Azure Event Hubs Trigger
The Azure Event Hubs Trigger fires a workflow whenever an integration receives an Azure Event Hubs message or connection event on the configured partition keys.
Node Properties
The Azure Event Hubs Trigger requires choosing an Event Hubs integration, as well as at least one of the following events on which to fire the trigger:
- Trigger on a connection
- Trigger on a message (checked by default)
- Trigger on a disconnection
- Trigger on a failure to connect
Payload
The payload will include the triggering event in the data
field. In the general case, an Azure Event Hubs workflow payload will look like the following:
- ▶{} 12 keys
- "555555555555eeeeeeeeeeee"
- "My Great Application"
- ▶{} 6 keys
- "Connection Lost"
- ▶{} 6 keys
- "myHub"
- "Unauthorized"
- "1"
- "connect|message|disconnect|failure"
- "333333333333cccccccccccc"
- "My Great Workflow"
- "myFlowVersion"
- ▶{} 3 keys
- "<ID of the integration>"
- "integration"
- Tue Aug 19 2025 15:16:16 GMT+0000 (Coordinated Universal Time) (Date object)
- "<ID of the integration>"
- "integration"
Related Nodes
Was this page helpful?
Still looking for help? You can also search the Losant Forums or submit your question there.