UNPKG

n8n-nodes-netgsm-unofficial

Version:

N8N community node for Netgsm to send SMS and voice messages API integration

10 lines (9 loc) 355 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class NetgsmApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }