mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Add additional fields available through Lemlist API (#2377)
This commit is contained in:
parent
3971e30aff
commit
2125beb216
|
@ -124,6 +124,34 @@ export const leadFields = [
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Last name of the lead to create.',
|
description: 'Last name of the lead to create.',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Icebreaker',
|
||||||
|
name: 'icebreaker',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
description: 'Icebreaker of the lead to create.',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Phone',
|
||||||
|
name: 'phone',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
description: 'Phone number of the lead to create.',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Picture URL',
|
||||||
|
name: 'picture',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
description: 'Picture url of the lead to create.',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
displayName: 'LinkedIn URL',
|
||||||
|
name: 'linkedinUrl',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
description: 'LinkedIn url of the lead to create.',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue