0.0.1 • Published 8 months ago

n8n-nodes-azure-messagebus v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

n8n-nodes-azure-messagebus

This is an n8n community node. It lets you use the azure messagebus in your n8n workflows.

This is a very basic implementation that only allows you to send to a specific endpoint as part of configuration of the node

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

send message to azure messagebus

Credentials

use your connectionString to the message bus in the format: Endpoint=sb://.servicebus.windows.net/;SharedAccessKeyName=;SharedAccessKey=;

Note the ; at the end of the line

Compatibility

Tested on 1.6.1

Usage

By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the Try it out documentation to help them get started.

Resources

Version history

v0.0.1 - basic funcionality. no q change ability to make the node faster