n8n-nodes-azure-messagebus
v0.0.1
Published
Initial N8N node to send messages to AZURE message Bus
Downloads
5
Maintainers
Readme
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
- n8n community nodes documentation
- https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
Version history
v0.0.1 - basic funcionality. no q change ability to make the node faster