Improved HelpScout-Nodes

This commit is contained in:
Jan Oberhauser
2020-03-29 19:10:54 +02:00
parent 6e6bb7781b
commit 83e6e8bf11
13 changed files with 1259 additions and 1256 deletions

View File

@@ -1,4 +1,4 @@
import { INodeProperties } from "n8n-workflow";
import { INodeProperties } from 'n8n-workflow';
export const threadOperations = [
{
@@ -128,6 +128,12 @@ export const threadFields = [
},
},
options: [
{
displayName: 'Created At',
name: 'createdAt',
type: 'dateTime',
default: '',
},
{
displayName: 'Customer Email',
name: 'customerEmail',
@@ -161,12 +167,6 @@ export const threadFields = [
default: false,
description: 'When imported is set to true, no outgoing emails or notifications will be generated.',
},
{
displayName: 'Created At',
name: 'createdAt',
type: 'dateTime',
default: '',
},
]
},
{