mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
Merge branch 'Master' into 'Pipedrive-OAuth2-support'
This commit is contained in:
@@ -48,15 +48,15 @@ interface IPostMessageBody {
|
||||
|
||||
export class Rocketchat implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Rocketchat',
|
||||
displayName: 'RocketChat',
|
||||
name: 'rocketchat',
|
||||
icon: 'file:rocketchat.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
|
||||
description: 'Consume Rocketchat API',
|
||||
description: 'Consume RocketChat API',
|
||||
defaults: {
|
||||
name: 'Rocketchat',
|
||||
name: 'RocketChat',
|
||||
color: '#c02428',
|
||||
},
|
||||
inputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user