n8n-nodes-base
Version:
Base nodes of n8n
20 lines • 603 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Signl4Api = void 0;
class Signl4Api {
name = 'signl4Api';
displayName = 'SIGNL4 Webhook';
documentationUrl = 'signl4';
properties = [
{
displayName: 'Team Secret',
name: 'teamSecret',
type: 'string',
typeOptions: { password: true },
default: '',
description: 'The team secret is the last part of your SIGNL4 webhook URL',
},
];
}
exports.Signl4Api = Signl4Api;
//# sourceMappingURL=Signl4Api.credentials.js.map