Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.2 KB

connectors-create-api-servicebus-action.md

File metadata and controls

17 lines (14 loc) · 1.2 KB

Now that you have added a trigger, it's time to do something interesting with the data that's generated by the trigger. Follow these steps to add the Service Bus - Send message action. This action sends a message to Service Bus.

Follow these steps to create the send message action:

  1. Select + New step to add the action.
  2. Select Add an action. This opens a search box, where you can search for any action you would like to take. For this example, Service Bus actions are of interest.
    Service Bus action image 1
  3. Enter service bus.
  4. Select Service Bus - Send message as the action to take.
    Service Bus action image 2
  5. Enter the content for the message. This is required.
  6. Enter the queue or topic name to which the message will be sent. This is also required.
  7. Provide other details about the message. This is optional.
    Service Bus action image 3
  8. Save the changes to your workflow.
    Service Bus action image 4