azure.event_hub.send Action

This trigger action will publish to Microsoft Azure Event Hubs.

Action

On the Adding Trigger page, under Third Party > Azure , drag the azure.event_hub.send to the canvas.

Canvas

When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.

The left routing point (red) is the failure route. This route will be taken if there is an error during execution.

The right routing point (green) is the success route. This route will be taken if action executes successfully.

Form

Parameters

Name

Type

Required

Description

namespace

String

Yes

The defined namespace for the event hubs object.

eventHub

String

Yes

The defined name for the specific event hub to publish to. 

keyName

String

Yes

The policy key name to use for authentication. 

signingKey

String

Yes

The secret key to use to authenticate the connection. 

partitionKey

String

No

The partition key to use to route the message to the correct partition ID.

payload

String

Yes

A JSON document that you wish to publish to the event hub.