@bedrijfsdatanl/n8n-nodes-prospectpro
Version:
n8n node for ProspectPro - Identify Dutch B2B ProspectPro in rapid time
47 lines • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.prospectsGetOperationProperties = void 0;
exports.prospectsGetOperationProperties = [
{
displayName: 'Prospect ID',
name: 'id',
type: 'string',
default: '',
required: true,
description: 'The ID of the prospect to retrieve',
displayOptions: {
show: {
resource: ['prospects'],
operation: ['get'],
},
},
routing: {
request: {
qs: {
company: '={{$value}}',
},
},
},
},
{
displayName: 'Detailed Output',
name: 'details',
type: 'boolean',
default: false,
description: 'Whether to add request details. WARNING: This creates an output that needs to be parsed to process the company.',
displayOptions: {
show: {
resource: ['prospects'],
operation: ['get']
},
},
routing: {
request: {
qs: {
no_header: '={{ $value && $value === true ? undefined : 1 }}'
},
},
},
},
];
//# sourceMappingURL=ProspectsGet.properties.js.map