Merge branch 'Master' into 'Pipedrive-OAuth2-support'

This commit is contained in:
ricardo
2020-07-23 16:51:05 -04:00
parent c1b4c570fd
commit b187a8fd7d
271 changed files with 17019 additions and 2796 deletions

View File

@@ -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'],