mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
🐛 Zendesk node: fix user External ID option name (#2392)
Incorrect name of the "External ID" option prevents the "external_id" property from being correctly valued on Zendesk. Co-authored-by: MizziMizzi <michele.paiano@spotview.it>
This commit is contained in:
@@ -130,7 +130,7 @@ export const userFields = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'External ID',
|
displayName: 'External ID',
|
||||||
name: 'externalId',
|
name: 'external_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'A unique identifier from another system',
|
description: 'A unique identifier from another system',
|
||||||
@@ -387,7 +387,7 @@ export const userFields = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'External ID',
|
displayName: 'External ID',
|
||||||
name: 'externalId',
|
name: 'external_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'A unique identifier from another system',
|
description: 'A unique identifier from another system',
|
||||||
|
|||||||
Reference in New Issue
Block a user