mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
docs: Update branding for Help Scout (#14309)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
@@ -23,15 +23,15 @@ import type { IAttachment, IThread } from './ThreadInterface';
|
||||
|
||||
export class HelpScout implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'HelpScout',
|
||||
displayName: 'Help Scout',
|
||||
name: 'helpScout',
|
||||
icon: 'file:helpScout.svg',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume HelpScout API',
|
||||
description: 'Consume Help Scout API',
|
||||
defaults: {
|
||||
name: 'HelpScout',
|
||||
name: 'Help Scout',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionTypes.Main],
|
||||
|
||||
@@ -13,14 +13,14 @@ import { helpscoutApiRequest, helpscoutApiRequestAllItems } from './GenericFunct
|
||||
|
||||
export class HelpScoutTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'HelpScout Trigger',
|
||||
displayName: 'Help Scout Trigger',
|
||||
name: 'helpScoutTrigger',
|
||||
icon: 'file:helpScout.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when HelpScout events occur',
|
||||
description: 'Starts the workflow when Help Scout events occur',
|
||||
defaults: {
|
||||
name: 'HelpScout Trigger',
|
||||
name: 'Help Scout Trigger',
|
||||
},
|
||||
inputs: [],
|
||||
outputs: [NodeConnectionTypes.Main],
|
||||
|
||||
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="310" preserveAspectRatio="xMidYMid"><path fill="#1292EE" d="m18.432 180.969 90.484-90.485a63.72 63.72 0 0 0 18.99-45.428A64.25 64.25 0 0 0 109.476 0L18.99 90.484A63.72 63.72 0 0 0 0 135.913c0 17.687 7.075 33.512 18.432 45.056m219.136-52.876-90.484 90.484a63.72 63.72 0 0 0-18.99 45.429 64.25 64.25 0 0 0 18.431 45.056l90.484-90.485A63.72 63.72 0 0 0 256 173.15c0-17.687-7.075-33.513-18.432-45.056zm-.559-37.422A63.72 63.72 0 0 0 256 45.242 64.25 64.25 0 0 0 237.568.186L18.991 218.577C7.26 230.307 0 246.32 0 264.192a64.25 64.25 0 0 0 18.432 45.056z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="310" preserveAspectRatio="xMidYMid"><path fill="#304DDB" d="m18.432 180.969 90.484-90.485a63.72 63.72 0 0 0 18.99-45.428A64.25 64.25 0 0 0 109.476 0L18.99 90.484A63.72 63.72 0 0 0 0 135.913c0 17.687 7.075 33.512 18.432 45.056m219.136-52.876-90.484 90.484a63.72 63.72 0 0 0-18.99 45.429 64.25 64.25 0 0 0 18.431 45.056l90.484-90.485A63.72 63.72 0 0 0 256 173.15c0-17.687-7.075-33.513-18.432-45.056zm-.559-37.422A63.72 63.72 0 0 0 256 45.242 64.25 64.25 0 0 0 237.568.186L18.991 218.577C7.26 230.307 0 246.32 0 264.192a64.25 64.25 0 0 0 18.432 45.056z"/></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 619 B |
Reference in New Issue
Block a user