This trigger action will publish to Microsoft Azure Service bus.

Action

To access the azure.service_bus.send trigger action:

  • In the Adding trigger screen, under Third Party >> Azure click and drag the azure.servoce_bus.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 Service bus object.

Queue or Topic

String Yes

The defined name for the specific queue or topic to publish.
Queue: A queue implements a one way communication where the sender places a message on the queue and a receiver will collect the message soon or sometime in the future.

Topic: A topic is similar to a queue except that a message sent to a topic can have a copy of that message forwarded to multiple subscriptions.

policyName String Yes The policy key name to use for authentication. 
primaryKey String Yes The secret key to use to authenticate the connection. 
payload String Yes A JSON document that you wish to publish to the service bus.

Related Topics

azure.service_bus.send