n8n-nodes-ippanel
Version:
n8n node for IPPanel SMS service
22 lines • 671 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IPPanelApi = void 0;
class IPPanelApi {
constructor() {
this.name = 'ipPanelApi';
this.displayName = 'IPPanel API';
this.documentationUrl = 'https://github.com/ippanelcom/node-sdk';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
default: '',
required: true,
description: 'The IPPanel API key',
},
];
}
}
exports.IPPanelApi = IPPanelApi;
//# sourceMappingURL=IPPanelApi.credentials.js.map