UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information

28 lines 820 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validationEmailGetOperationProperties = void 0; exports.validationEmailGetOperationProperties = [ { displayName: 'Email Address', name: 'email', type: 'string', placeholder: 'name@email.com', default: '', required: true, displayOptions: { show: { resource: ['validation'], operation: ['get_email'] }, }, routing: { request: { qs: { email: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter email address to validate', } ]; //# sourceMappingURL=ValidationEmailGet.properties.js.map